Html Css Color HEX #231462 Paris M

📋 copy color: '#231462'

red 35 ◦ green 20 ◦ blue 98

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

Shades of Paris M #231462

Tints of Paris M #231462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 22.88%
G = 13.07%
B = 64.05%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231462 (or 0x231462) is known color: Paris M. HEX triplet: 23, 14 and 62. RGB value is (35,20,98). Sum of RGB (Red+Green+Blue) = 35+20+98=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #231462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231462 is #DCEB9D. Grayscale: #212121. Windows color (decimal): -14478238 or 6427683. OLE color: 6427683.

HSL color Cylindrical-coordinate representation of color #231462: hue angle of 251.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231462 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 20 98 -
CMYK 0.64 0.80 0 0.62
HSL 251.54º 0.66% 0.23% -
HSV(B) 251.54º 0.8% 0.38% -
XYZ 3.15 1.74 11.73 -
YUV 33.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 35 20 98 0.64 0.80 0 0.62 251.54 0.66 0.23
Hex 23 14 62 40 50 0 3E FC 42 17
Octal 43 24 142 100 120 0 76 374 102 27
Binary 100011 10100 1100010 1000000 1010000 0 111110 11111100 1000010 10111

Color Harmonies of #231462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231462

Black with #231462

Text Example


Text Example

White with #231462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231462; }

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

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

background-color css

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

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

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

border-color css

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

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

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