Html Css Color HEX #210474 Persian Indigo

📋 copy color: '#210474'

red 33 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #210474

Tints of Persian Indigo #210474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 21.57%
G = 2.61%
B = 75.82%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210474 (or 0x210474) is known color: Persian Indigo. HEX triplet: 21, 04 and 74. RGB value is (33,4,116). Sum of RGB (Red+Green+Blue) = 33+4+116=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #210474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210474 is #DEFB8B. Grayscale: #191919. Windows color (decimal): -14613388 or 7603233. OLE color: 7603233.

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

Color convert

RGB 33 4 116 -
CMYK 0.72 0.97 0 0.55
HSL 255.54º 0.93% 0.24% -
HSV(B) 255.54º 0.97% 0.45% -
XYZ 3.82 1.67 16.64 -
YUV 25.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 33 4 116 0.72 0.97 0 0.55 255.54 0.93 0.24
Hex 21 4 74 48 61 0 37 100 5D 18
Octal 41 4 164 110 141 0 67 400 135 30
Binary 100001 100 1110100 1001000 1100001 0 110111 100000000 1011101 11000

Color Harmonies of #210474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210474

Black with #210474

Text Example


Text Example

White with #210474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210474; }

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

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

background-color css

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

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

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

border-color css

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

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

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