Html Css Color HEX #231062 Paris M

📋 copy color: '#231062'

red 35 ◦ green 16 ◦ blue 98

#231062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #231062

Tints of Paris M #231062

RGB

 RED value IS 35 (14.06% from 255) = 23.49%

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 23.49%
G = 10.74%
B = 65.77%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#231062 (or 0x231062) is known color: Paris M. HEX triplet: 23, 10 and 62. RGB value is (35,16,98). Sum of RGB (Red+Green+Blue) = 35+16+98=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #231062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231062 is #DCEF9D. Grayscale: #1E1E1E. Windows color (decimal): -14479262 or 6426659. OLE color: 6426659.

HSL color Cylindrical-coordinate representation of color #231062: hue angle of 253.9º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231062 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 16 98 -
CMYK 0.64 0.84 0 0.62
HSL 253.9º 0.72% 0.22% -
HSV(B) 253.9º 0.84% 0.38% -
XYZ 3.08 1.61 11.7 -
YUV 31.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 35 16 98 0.64 0.84 0 0.62 253.9 0.72 0.22
Hex 23 10 62 40 54 0 3E FE 48 16
Octal 43 20 142 100 124 0 76 376 110 26
Binary 100011 10000 1100010 1000000 1010100 0 111110 11111110 1001000 10110

Color Harmonies of #231062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231062

Black with #231062

Text Example


Text Example

White with #231062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231062; }

 p { color: rgb(35,16,98); }

 H1.HeaderClassName
 {
   color: #231062;
 }
 .AnyTagClassName
 {
   color: #231062;
 }
</style>

background-color css

<style>
 a { background-color: #231062; }

 a { background-color: rgb(35,16,98); }

 div.DivClassName
 {
   background-color: #231062;
 }
 .BgClassName
 {
   background-color: #231062;
 }
</style>

border-color css

<style>
 span { border-color: #231062; }

 span { border-color: rgb(35,16,98); }

 td.TdClassName
 {
   border-color: #231062;
 }
 .TagClassName
 {
   border-color: #231062;
 }
</style>