Html Css Color HEX #200165 Persian Indigo

📋 copy color: '#200165'

red 32 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #200165

Tints of Persian Indigo #200165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 23.88%
G = 0.75%
B = 75.37%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#200165 (or 0x200165) is known color: Persian Indigo. HEX triplet: 20, 01 and 65. RGB value is (32,1,101). Sum of RGB (Red+Green+Blue) = 32+1+101=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #200165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200165 is #DFFE9A. Grayscale: #151515. Windows color (decimal): -14679707 or 6619424. OLE color: 6619424.

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

Color convert

RGB 32 1 101 -
CMYK 0.68 0.99 0 0.60
HSL 258.6º 0.98% 0.2% -
HSV(B) 258.6º 0.99% 0.4% -
XYZ 2.96 1.27 12.4 -
YUV 21.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 32 1 101 0.68 0.99 0 0.60 258.6 0.98 0.2
Hex 20 1 65 44 63 0 3C 103 62 14
Octal 40 1 145 104 143 0 74 403 142 24
Binary 100000 1 1100101 1000100 1100011 0 111100 100000011 1100010 10100

Color Harmonies of #200165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200165

Black with #200165

Text Example


Text Example

White with #200165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200165; }

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

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

background-color css

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

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

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

border-color css

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

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

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