Html Css Color HEX #311885 Persian Indigo

📋 copy color: '#311885'

red 49 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #311885

Tints of Persian Indigo #311885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 23.79%
G = 11.65%
B = 64.56%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311885 (or 0x311885) is known color: Persian Indigo. HEX triplet: 31, 18 and 85. RGB value is (49,24,133). Sum of RGB (Red+Green+Blue) = 49+24+133=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #311885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311885 is #CEE77A. Grayscale: #2B2B2B. Windows color (decimal): -13559675 or 8722481. OLE color: 8722481.

HSL color Cylindrical-coordinate representation of color #311885: hue angle of 253.76º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311885 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 24 133 -
CMYK 0.63 0.82 0 0.48
HSL 253.76º 0.69% 0.31% -
HSV(B) 253.76º 0.82% 0.52% -
XYZ 5.83 3 22.46 -
YUV 43.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 49 24 133 0.63 0.82 0 0.48 253.76 0.69 0.31
Hex 31 18 85 3F 52 0 30 FE 45 1F
Octal 61 30 205 77 122 0 60 376 105 37
Binary 110001 11000 10000101 111111 1010010 0 110000 11111110 1000101 11111

Color Harmonies of #311885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311885

Black with #311885

Text Example


Text Example

White with #311885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311885; }

 p { color: rgb(49,24,133); }

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

background-color css

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

 a { background-color: rgb(49,24,133); }

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

border-color css

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

 span { border-color: rgb(49,24,133); }

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