Html Css Color HEX #210061 Persian Indigo

📋 copy color: '#210061'

red 33 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #210061

Tints of Persian Indigo #210061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 74.62%

R = 25.38%
G = 0%
B = 74.62%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210061 (or 0x210061) is known color: Persian Indigo. HEX triplet: 21, 00 and 61. RGB value is (33,0,97). Sum of RGB (Red+Green+Blue) = 33+0+97=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #210061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210061 is #DEFF9E. Grayscale: #141414. Windows color (decimal): -14614431 or 6357025. OLE color: 6357025.

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

Color convert

RGB 33 0 97 -
CMYK 0.66 1 0 0.62
HSL 260.41º 1% 0.19% -
HSV(B) 260.41º 1% 0.38% -
XYZ 2.78 1.19 11.39 -
YUV 20.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 33 0 97 0.66 1 0 0.62 260.41 1 0.19
Hex 21 0 61 42 64 0 3E 104 64 13
Octal 41 0 141 102 144 0 76 404 144 23
Binary 100001 0 1100001 1000010 1100100 0 111110 100000100 1100100 10011

Color Harmonies of #210061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210061

Black with #210061

Text Example


Text Example

White with #210061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210061; }

 p { color: rgb(33,0,97); }

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

background-color css

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

 a { background-color: rgb(33,0,97); }

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

border-color css

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

 span { border-color: rgb(33,0,97); }

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