Html Css Color HEX #321885 Persian Indigo

📋 copy color: '#321885'

red 50 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #321885

Tints of Persian Indigo #321885

RGB

 RED value IS 50 (19.92% from 255) = 24.15%

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

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

R = 24.15%
G = 11.59%
B = 64.25%

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

#321885 (or 0x321885) is known color: Persian Indigo. HEX triplet: 32, 18 and 85. RGB value is (50,24,133). Sum of RGB (Red+Green+Blue) = 50+24+133=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #321885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321885 is #CDE77A. Grayscale: #2B2B2B. Windows color (decimal): -13494139 or 8722482. OLE color: 8722482.

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

Color convert

RGB 50 24 133 -
CMYK 0.62 0.82 0 0.48
HSL 254.31º 0.69% 0.31% -
HSV(B) 254.31º 0.82% 0.52% -
XYZ 5.88 3.02 22.46 -
YUV 44.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 50 24 133 0.62 0.82 0 0.48 254.31 0.69 0.31
Hex 32 18 85 3E 52 0 30 FE 45 1F
Octal 62 30 205 76 122 0 60 376 105 37
Binary 110010 11000 10000101 111110 1010010 0 110000 11111110 1000101 11111

Color Harmonies of #321885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321885

Black with #321885

Text Example


Text Example

White with #321885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321885; }

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

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

background-color css

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

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

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

border-color css

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

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

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