Html Css Color HEX #210769 Persian Indigo

📋 copy color: '#210769'

red 33 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #210769

Tints of Persian Indigo #210769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 105 (41.41% from 255) = 72.41%

R = 22.76%
G = 4.83%
B = 72.41%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#210769 (or 0x210769) is known color: Persian Indigo. HEX triplet: 21, 07 and 69. RGB value is (33,7,105). Sum of RGB (Red+Green+Blue) = 33+7+105=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #210769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210769 is #DEF896. Grayscale: #191919. Windows color (decimal): -14612631 or 6883105. OLE color: 6883105.

HSL color Cylindrical-coordinate representation of color #210769: hue angle of 255.92º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210769 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 7 105 -
CMYK 0.69 0.93 0 0.59
HSL 255.92º 0.88% 0.22% -
HSV(B) 255.92º 0.93% 0.41% -
XYZ 3.25 1.5 13.48 -
YUV 25.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 33 7 105 0.69 0.93 0 0.59 255.92 0.88 0.22
Hex 21 7 69 45 5D 0 3B 100 58 16
Octal 41 7 151 105 135 0 73 400 130 26
Binary 100001 111 1101001 1000101 1011101 0 111011 100000000 1011000 10110

Color Harmonies of #210769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210769

Black with #210769

Text Example


Text Example

White with #210769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210769; }

 p { color: rgb(33,7,105); }

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

background-color css

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

 a { background-color: rgb(33,7,105); }

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

border-color css

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

 span { border-color: rgb(33,7,105); }

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