Html Css Color HEX #220960 Persian Indigo

📋 copy color: '#220960'

red 34 ◦ green 9 ◦ blue 96

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

Shades of Persian Indigo #220960

Tints of Persian Indigo #220960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 24.46%
G = 6.47%
B = 69.06%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#220960 (or 0x220960) is known color: Persian Indigo. HEX triplet: 22, 09 and 60. RGB value is (34,9,96). Sum of RGB (Red+Green+Blue) = 34+9+96=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #220960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220960 is #DDF69F. Grayscale: #1A1A1A. Windows color (decimal): -14546592 or 6293794. OLE color: 6293794.

HSL color Cylindrical-coordinate representation of color #220960: hue angle of 257.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220960 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 9 96 -
CMYK 0.65 0.91 0 0.62
HSL 257.24º 0.83% 0.21% -
HSV(B) 257.24º 0.91% 0.38% -
XYZ 2.87 1.38 11.18 -
YUV 26.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 34 9 96 0.65 0.91 0 0.62 257.24 0.83 0.21
Hex 22 9 60 41 5B 0 3E 101 53 15
Octal 42 11 140 101 133 0 76 401 123 25
Binary 100010 1001 1100000 1000001 1011011 0 111110 100000001 1010011 10101

Color Harmonies of #220960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220960

Black with #220960

Text Example


Text Example

White with #220960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220960; }

 p { color: rgb(34,9,96); }

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

background-color css

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

 a { background-color: rgb(34,9,96); }

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

border-color css

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

 span { border-color: rgb(34,9,96); }

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