Html Css Color HEX #210574 Persian Indigo

📋 copy color: '#210574'

red 33 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #210574

Tints of Persian Indigo #210574

RGB

 RED value IS 33 (13.28% from 255) = 21.43%

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 116 (45.7% from 255) = 75.32%

R = 21.43%
G = 3.25%
B = 75.32%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210574 (or 0x210574) is known color: Persian Indigo. HEX triplet: 21, 05 and 74. RGB value is (33,5,116). Sum of RGB (Red+Green+Blue) = 33+5+116=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #210574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210574 is #DEFA8B. Grayscale: #191919. Windows color (decimal): -14613132 or 7603489. OLE color: 7603489.

HSL color Cylindrical-coordinate representation of color #210574: hue angle of 255.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210574 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 5 116 -
CMYK 0.72 0.96 0 0.55
HSL 255.14º 0.92% 0.24% -
HSV(B) 255.14º 0.96% 0.45% -
XYZ 3.83 1.69 16.65 -
YUV 26.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 33 5 116 0.72 0.96 0 0.55 255.14 0.92 0.24
Hex 21 5 74 48 60 0 37 FF 5C 18
Octal 41 5 164 110 140 0 67 377 134 30
Binary 100001 101 1110100 1001000 1100000 0 110111 11111111 1011100 11000

Color Harmonies of #210574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210574

Black with #210574

Text Example


Text Example

White with #210574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210574; }

 p { color: rgb(33,5,116); }

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

background-color css

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

 a { background-color: rgb(33,5,116); }

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

border-color css

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

 span { border-color: rgb(33,5,116); }

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