Html Css Color HEX #22067D Persian Indigo

📋 copy color: '#22067D'

red 34 ◦ green 6 ◦ blue 125

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

Shades of Persian Indigo #22067D

Tints of Persian Indigo #22067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

 BLUE value IS 125 (49.22% from 255) = 75.76%

R = 20.61%
G = 3.64%
B = 75.76%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22067D (or 0x22067D) is known color: Persian Indigo. HEX triplet: 22, 06 and 7D. RGB value is (34,6,125). Sum of RGB (Red+Green+Blue) = 34+6+125=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #22067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22067D is #DDF982. Grayscale: #1B1B1B. Windows color (decimal): -14547331 or 8193570. OLE color: 8193570.

HSL color Cylindrical-coordinate representation of color #22067D: hue angle of 254.12º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22067D is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 6 125 -
CMYK 0.73 0.95 0 0.51
HSL 254.12º 0.91% 0.26% -
HSV(B) 254.12º 0.95% 0.49% -
XYZ 4.43 1.95 19.55 -
YUV 27.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 34 6 125 0.73 0.95 0 0.51 254.12 0.91 0.26
Hex 22 6 7D 49 5F 0 33 FE 5B 1A
Octal 42 6 175 111 137 0 63 376 133 32
Binary 100010 110 1111101 1001001 1011111 0 110011 11111110 1011011 11010

Color Harmonies of #22067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22067D

Black with #22067D

Text Example


Text Example

White with #22067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22067D; }

 p { color: rgb(34,6,125); }

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

background-color css

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

 a { background-color: rgb(34,6,125); }

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

border-color css

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

 span { border-color: rgb(34,6,125); }

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