Html Css Color HEX #210262 Persian Indigo

📋 copy color: '#210262'

red 33 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #210262

Tints of Persian Indigo #210262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.68%

R = 24.81%
G = 1.5%
B = 73.68%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210262 (or 0x210262) is known color: Persian Indigo. HEX triplet: 21, 02 and 62. RGB value is (33,2,98). Sum of RGB (Red+Green+Blue) = 33+2+98=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #210262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210262 is #DEFD9D. Grayscale: #151515. Windows color (decimal): -14613918 or 6423073. OLE color: 6423073.

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

Color convert

RGB 33 2 98 -
CMYK 0.66 0.98 0 0.62
HSL 259.38º 0.96% 0.2% -
HSV(B) 259.38º 0.98% 0.38% -
XYZ 2.85 1.25 11.65 -
YUV 22.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 33 2 98 0.66 0.98 0 0.62 259.38 0.96 0.2
Hex 21 2 62 42 62 0 3E 103 60 14
Octal 41 2 142 102 142 0 76 403 140 24
Binary 100001 10 1100010 1000010 1100010 0 111110 100000011 1100000 10100

Color Harmonies of #210262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210262

Black with #210262

Text Example


Text Example

White with #210262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210262; }

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

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

background-color css

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

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

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

border-color css

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

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

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