Html Css Color HEX #220367 Persian Indigo

📋 copy color: '#220367'

red 34 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #220367

Tints of Persian Indigo #220367

RGB

 RED value IS 34 (13.67% from 255) = 24.29%

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

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

R = 24.29%
G = 2.14%
B = 73.57%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#220367 (or 0x220367) is known color: Persian Indigo. HEX triplet: 22, 03 and 67. RGB value is (34,3,103). Sum of RGB (Red+Green+Blue) = 34+3+103=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #220367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220367 is #DDFC98. Grayscale: #171717. Windows color (decimal): -14548121 or 6751010. OLE color: 6751010.

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

Color convert

RGB 34 3 103 -
CMYK 0.67 0.97 0 0.60
HSL 258.6º 0.94% 0.21% -
HSV(B) 258.6º 0.97% 0.4% -
XYZ 3.14 1.38 12.93 -
YUV 23.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 34 3 103 0.67 0.97 0 0.60 258.6 0.94 0.21
Hex 22 3 67 43 61 0 3C 103 5E 15
Octal 42 3 147 103 141 0 74 403 136 25
Binary 100010 11 1100111 1000011 1100001 0 111100 100000011 1011110 10101

Color Harmonies of #220367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220367

Black with #220367

Text Example


Text Example

White with #220367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220367; }

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

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

background-color css

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

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

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

border-color css

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

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

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