Html Css Color HEX #210369 Persian Indigo

📋 copy color: '#210369'

red 33 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #210369

Tints of Persian Indigo #210369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 23.4%
G = 2.13%
B = 74.47%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#210369 (or 0x210369) is known color: Persian Indigo. HEX triplet: 21, 03 and 69. RGB value is (33,3,105). Sum of RGB (Red+Green+Blue) = 33+3+105=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #210369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210369 is #DEFC96. Grayscale: #171717. Windows color (decimal): -14613655 or 6882081. OLE color: 6882081.

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

Color convert

RGB 33 3 105 -
CMYK 0.69 0.97 0 0.59
HSL 257.65º 0.94% 0.21% -
HSV(B) 257.65º 0.97% 0.41% -
XYZ 3.21 1.41 13.47 -
YUV 23.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 33 3 105 0.69 0.97 0 0.59 257.65 0.94 0.21
Hex 21 3 69 45 61 0 3B 102 5E 15
Octal 41 3 151 105 141 0 73 402 136 25
Binary 100001 11 1101001 1000101 1100001 0 111011 100000010 1011110 10101

Color Harmonies of #210369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210369

Black with #210369

Text Example


Text Example

White with #210369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210369; }

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

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

background-color css

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

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

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

border-color css

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

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

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