Html Css Color HEX #210264 Persian Indigo

📋 copy color: '#210264'

red 33 ◦ green 2 ◦ blue 100

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

Shades of Persian Indigo #210264

Tints of Persian Indigo #210264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 24.44%
G = 1.48%
B = 74.07%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210264 (or 0x210264) is known color: Persian Indigo. HEX triplet: 21, 02 and 64. RGB value is (33,2,100). Sum of RGB (Red+Green+Blue) = 33+2+100=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #210264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210264 is #DEFD9B. Grayscale: #161616. Windows color (decimal): -14613916 or 6554145. OLE color: 6554145.

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

Color convert

RGB 33 2 100 -
CMYK 0.67 0.98 0 0.61
HSL 258.98º 0.96% 0.2% -
HSV(B) 258.98º 0.98% 0.39% -
XYZ 2.95 1.29 12.15 -
YUV 22.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 33 2 100 0.67 0.98 0 0.61 258.98 0.96 0.2
Hex 21 2 64 43 62 0 3D 103 60 14
Octal 41 2 144 103 142 0 75 403 140 24
Binary 100001 10 1100100 1000011 1100010 0 111101 100000011 1100000 10100

Color Harmonies of #210264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210264

Black with #210264

Text Example


Text Example

White with #210264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210264; }

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

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

background-color css

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

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

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

border-color css

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

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

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