Html Css Color HEX #200369 Persian Indigo

📋 copy color: '#200369'

red 32 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #200369

Tints of Persian Indigo #200369

RGB

 RED value IS 32 (12.89% from 255) = 22.86%

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

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

R = 22.86%
G = 2.14%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#200369 (or 0x200369) is known color: Persian Indigo. HEX triplet: 20, 03 and 69. RGB value is (32,3,105). Sum of RGB (Red+Green+Blue) = 32+3+105=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 3 (1.56% from 255 or 2.14% 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 #200369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200369 is #DFFC96. Grayscale: #161616. Windows color (decimal): -14679191 or 6882080. OLE color: 6882080.

HSL color Cylindrical-coordinate representation of color #200369: hue angle of 257.06º 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 #200369 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 3 105 -
CMYK 0.70 0.97 0 0.59
HSL 257.06º 0.94% 0.21% -
HSV(B) 257.06º 0.97% 0.41% -
XYZ 3.18 1.39 13.47 -
YUV 23.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 32 3 105 0.70 0.97 0 0.59 257.06 0.94 0.21
Hex 20 3 69 46 61 0 3B 101 5E 15
Octal 40 3 151 106 141 0 73 401 136 25
Binary 100000 11 1101001 1000110 1100001 0 111011 100000001 1011110 10101

Color Harmonies of #200369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200369

Black with #200369

Text Example


Text Example

White with #200369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200369; }

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

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

background-color css

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

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

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

border-color css

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

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

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