Html Css Color HEX #210068 Persian Indigo

📋 copy color: '#210068'

red 33 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #210068

Tints of Persian Indigo #210068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 24.09%
G = 0%
B = 75.91%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#210068 (or 0x210068) is known color: Persian Indigo. HEX triplet: 21, 00 and 68. RGB value is (33,0,104). Sum of RGB (Red+Green+Blue) = 33+0+104=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #210068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210068 is #DEFF97. Grayscale: #151515. Windows color (decimal): -14614424 or 6815777. OLE color: 6815777.

HSL color Cylindrical-coordinate representation of color #210068: hue angle of 259.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210068 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 0 104 -
CMYK 0.68 1 0 0.59
HSL 259.04º 1% 0.2% -
HSV(B) 259.04º 1% 0.41% -
XYZ 3.13 1.32 13.19 -
YUV 21.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 33 0 104 0.68 1 0 0.59 259.04 1 0.2
Hex 21 0 68 44 64 0 3B 103 64 14
Octal 41 0 150 104 144 0 73 403 144 24
Binary 100001 0 1101000 1000100 1100100 0 111011 100000011 1100100 10100

Color Harmonies of #210068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210068

Black with #210068

Text Example


Text Example

White with #210068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210068; }

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

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

background-color css

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

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

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

border-color css

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

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

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