Html Css Color HEX #331885 Persian Indigo

📋 copy color: '#331885'

red 51 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #331885

Tints of Persian Indigo #331885

RGB

 RED value IS 51 (20.31% from 255) = 24.52%

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

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

R = 24.52%
G = 11.54%
B = 63.94%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#331885 (or 0x331885) is known color: Persian Indigo. HEX triplet: 33, 18 and 85. RGB value is (51,24,133). Sum of RGB (Red+Green+Blue) = 51+24+133=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #331885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331885 is #CCE77A. Grayscale: #2C2C2C. Windows color (decimal): -13428603 or 8722483. OLE color: 8722483.

HSL color Cylindrical-coordinate representation of color #331885: hue angle of 254.86º 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 #331885 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 24 133 -
CMYK 0.62 0.82 0 0.48
HSL 254.86º 0.69% 0.31% -
HSV(B) 254.86º 0.82% 0.52% -
XYZ 5.93 3.05 22.47 -
YUV 44.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 51 24 133 0.62 0.82 0 0.48 254.86 0.69 0.31
Hex 33 18 85 3E 52 0 30 FF 45 1F
Octal 63 30 205 76 122 0 60 377 105 37
Binary 110011 11000 10000101 111110 1010010 0 110000 11111111 1000101 11111

Color Harmonies of #331885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331885

Black with #331885

Text Example


Text Example

White with #331885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331885; }

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

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

background-color css

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

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

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

border-color css

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

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

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