Html Css Color HEX #210269 Persian Indigo

📋 copy color: '#210269'

red 33 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #210269

Tints of Persian Indigo #210269

RGB

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

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

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

R = 23.57%
G = 1.43%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#210269 (or 0x210269) is known color: Persian Indigo. HEX triplet: 21, 02 and 69. RGB value is (33,2,105). Sum of RGB (Red+Green+Blue) = 33+2+105=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #210269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210269 is #DEFD96. Grayscale: #161616. Windows color (decimal): -14613911 or 6881825. OLE color: 6881825.

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

Color convert

RGB 33 2 105 -
CMYK 0.69 0.98 0 0.59
HSL 258.06º 0.96% 0.21% -
HSV(B) 258.06º 0.98% 0.41% -
XYZ 3.2 1.39 13.46 -
YUV 23.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 33 2 105 0.69 0.98 0 0.59 258.06 0.96 0.21
Hex 21 2 69 45 62 0 3B 102 60 15
Octal 41 2 151 105 142 0 73 402 140 25
Binary 100001 10 1101001 1000101 1100010 0 111011 100000010 1100000 10101

Color Harmonies of #210269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210269

Black with #210269

Text Example


Text Example

White with #210269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210269; }

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

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

background-color css

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

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

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

border-color css

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

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

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