Html Css Color HEX #200365 Persian Indigo

📋 copy color: '#200365'

red 32 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #200365

Tints of Persian Indigo #200365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 74.26%

R = 23.53%
G = 2.21%
B = 74.26%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#200365 (or 0x200365) is known color: Persian Indigo. HEX triplet: 20, 03 and 65. RGB value is (32,3,101). Sum of RGB (Red+Green+Blue) = 32+3+101=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #200365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200365 is #DFFC9A. Grayscale: #161616. Windows color (decimal): -14679195 or 6619936. OLE color: 6619936.

HSL color Cylindrical-coordinate representation of color #200365: hue angle of 257.76º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200365 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 3 101 -
CMYK 0.68 0.97 0 0.60
HSL 257.76º 0.94% 0.2% -
HSV(B) 257.76º 0.97% 0.4% -
XYZ 2.98 1.31 12.41 -
YUV 22.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 32 3 101 0.68 0.97 0 0.60 257.76 0.94 0.2
Hex 20 3 65 44 61 0 3C 102 5E 14
Octal 40 3 145 104 141 0 74 402 136 24
Binary 100000 11 1100101 1000100 1100001 0 111100 100000010 1011110 10100

Color Harmonies of #200365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200365

Black with #200365

Text Example


Text Example

White with #200365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200365; }

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

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

background-color css

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

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

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

border-color css

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

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

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