Html Css Color HEX #210374 Persian Indigo

📋 copy color: '#210374'

red 33 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #210374

Tints of Persian Indigo #210374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 21.71%
G = 1.97%
B = 76.32%

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

#210374 (or 0x210374) is known color: Persian Indigo. HEX triplet: 21, 03 and 74. RGB value is (33,3,116). Sum of RGB (Red+Green+Blue) = 33+3+116=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #210374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210374 is #DEFC8B. Grayscale: #181818. Windows color (decimal): -14613644 or 7602977. OLE color: 7602977.

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

Color convert

RGB 33 3 116 -
CMYK 0.72 0.97 0 0.55
HSL 255.93º 0.95% 0.23% -
HSV(B) 255.93º 0.97% 0.45% -
XYZ 3.81 1.65 16.64 -
YUV 24.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 33 3 116 0.72 0.97 0 0.55 255.93 0.95 0.23
Hex 21 3 74 48 61 0 37 100 5F 17
Octal 41 3 164 110 141 0 67 400 137 27
Binary 100001 11 1110100 1001000 1100001 0 110111 100000000 1011111 10111

Color Harmonies of #210374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210374

Black with #210374

Text Example


Text Example

White with #210374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210374; }

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

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

background-color css

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

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

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

border-color css

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

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

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