Html Css Color HEX #200367 Persian Indigo

📋 copy color: '#200367'

red 32 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #200367

Tints of Persian Indigo #200367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 74.64%

R = 23.19%
G = 2.17%
B = 74.64%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#200367 (or 0x200367) is known color: Persian Indigo. HEX triplet: 20, 03 and 67. RGB value is (32,3,103). Sum of RGB (Red+Green+Blue) = 32+3+103=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #200367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200367 is #DFFC98. Grayscale: #161616. Windows color (decimal): -14679193 or 6751008. OLE color: 6751008.

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

Color convert

RGB 32 3 103 -
CMYK 0.69 0.97 0 0.60
HSL 257.4º 0.94% 0.21% -
HSV(B) 257.4º 0.97% 0.4% -
XYZ 3.08 1.35 12.93 -
YUV 23.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 32 3 103 0.69 0.97 0 0.60 257.4 0.94 0.21
Hex 20 3 67 45 61 0 3C 101 5E 15
Octal 40 3 147 105 141 0 74 401 136 25
Binary 100000 11 1100111 1000101 1100001 0 111100 100000001 1011110 10101

Color Harmonies of #200367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200367

Black with #200367

Text Example


Text Example

White with #200367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200367; }

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

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

background-color css

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

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

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

border-color css

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

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

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