Html Css Color HEX #312AB6 Persian Blue

📋 copy color: '#312AB6'

red 49 ◦ green 42 ◦ blue 182

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

Shades of Persian Blue #312AB6

Tints of Persian Blue #312AB6

RGB

 RED value IS 49 (19.53% from 255) = 17.95%

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 182 (71.48% from 255) = 66.67%

R = 17.95%
G = 15.38%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#312AB6 (or 0x312AB6) is known color: Persian Blue. HEX triplet: 31, 2A and B6. RGB value is (49,42,182). Sum of RGB (Red+Green+Blue) = 49+42+182=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #312AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312AB6 is #CED549. Grayscale: #3B3B3B. Windows color (decimal): -13555018 or 11938353. OLE color: 11938353.

HSL color Cylindrical-coordinate representation of color #312AB6: hue angle of 243º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312AB6 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 42 182 -
CMYK 0.73 0.77 0 0.29
HSL 243º 0.63% 0.44% -
HSV(B) 243º 0.77% 0.71% -
XYZ 10.54 5.69 44.8 -
YUV 60.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 49 42 182 0.73 0.77 0 0.29 243 0.63 0.44
Hex 31 2A B6 49 4D 0 1D F3 3E 2C
Octal 61 52 266 111 115 0 35 363 76 54
Binary 110001 101010 10110110 1001001 1001101 0 11101 11110011 111110 101100

Color Harmonies of #312AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312AB6

Black with #312AB6

Text Example


Text Example

White with #312AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312AB6; }

 p { color: rgb(49,42,182); }

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

background-color css

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

 a { background-color: rgb(49,42,182); }

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

border-color css

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

 span { border-color: rgb(49,42,182); }

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