Html Css Color HEX #210460 Persian Indigo

📋 copy color: '#210460'

red 33 ◦ green 4 ◦ blue 96

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

Shades of Persian Indigo #210460

Tints of Persian Indigo #210460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.18%

R = 24.81%
G = 3.01%
B = 72.18%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210460 (or 0x210460) is known color: Persian Indigo. HEX triplet: 21, 04 and 60. RGB value is (33,4,96). Sum of RGB (Red+Green+Blue) = 33+4+96=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #210460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210460 is #DEFB9F. Grayscale: #161616. Windows color (decimal): -14613408 or 6292513. OLE color: 6292513.

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

Color convert

RGB 33 4 96 -
CMYK 0.66 0.96 0 0.62
HSL 258.91º 0.92% 0.2% -
HSV(B) 258.91º 0.96% 0.38% -
XYZ 2.78 1.25 11.16 -
YUV 23.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 33 4 96 0.66 0.96 0 0.62 258.91 0.92 0.2
Hex 21 4 60 42 60 0 3E 103 5C 14
Octal 41 4 140 102 140 0 76 403 134 24
Binary 100001 100 1100000 1000010 1100000 0 111110 100000011 1011100 10100

Color Harmonies of #210460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210460

Black with #210460

Text Example


Text Example

White with #210460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210460; }

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

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

background-color css

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

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

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

border-color css

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

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

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