Html Css Color HEX #210364 Persian Indigo

📋 copy color: '#210364'

red 33 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #210364

Tints of Persian Indigo #210364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 73.53%

R = 24.26%
G = 2.21%
B = 73.53%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210364 (or 0x210364) is known color: Persian Indigo. HEX triplet: 21, 03 and 64. RGB value is (33,3,100). Sum of RGB (Red+Green+Blue) = 33+3+100=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #210364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210364 is #DEFC9B. Grayscale: #161616. Windows color (decimal): -14613660 or 6554401. OLE color: 6554401.

HSL color Cylindrical-coordinate representation of color #210364: hue angle of 258.56º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210364 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 3 100 -
CMYK 0.67 0.97 0 0.61
HSL 258.56º 0.94% 0.2% -
HSV(B) 258.56º 0.97% 0.39% -
XYZ 2.96 1.31 12.15 -
YUV 23.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 33 3 100 0.67 0.97 0 0.61 258.56 0.94 0.2
Hex 21 3 64 43 61 0 3D 103 5E 14
Octal 41 3 144 103 141 0 75 403 136 24
Binary 100001 11 1100100 1000011 1100001 0 111101 100000011 1011110 10100

Color Harmonies of #210364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210364

Black with #210364

Text Example


Text Example

White with #210364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210364; }

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

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

background-color css

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

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

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

border-color css

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

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

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