Html Css Color HEX #36227A Persian Indigo

📋 copy color: '#36227A'

red 54 ◦ green 34 ◦ blue 122

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

Shades of Persian Indigo #36227A

Tints of Persian Indigo #36227A

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 122 (48.05% from 255) = 58.1%

R = 25.71%
G = 16.19%
B = 58.1%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36227A (or 0x36227A) is known color: Persian Indigo. HEX triplet: 36, 22 and 7A. RGB value is (54,34,122). Sum of RGB (Red+Green+Blue) = 54+34+122=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #36227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36227A is #C9DD85. Grayscale: #313131. Windows color (decimal): -13229446 or 8004150. OLE color: 8004150.

HSL color Cylindrical-coordinate representation of color #36227A: hue angle of 253.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36227A is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 34 122 -
CMYK 0.56 0.72 0 0.52
HSL 253.64º 0.56% 0.31% -
HSV(B) 253.64º 0.72% 0.48% -
XYZ 5.61 3.33 18.76 -
YUV 50.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 54 34 122 0.56 0.72 0 0.52 253.64 0.56 0.31
Hex 36 22 7A 38 48 0 34 FE 38 1F
Octal 66 42 172 70 110 0 64 376 70 37
Binary 110110 100010 1111010 111000 1001000 0 110100 11111110 111000 11111

Color Harmonies of #36227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36227A

Black with #36227A

Text Example


Text Example

White with #36227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36227A; }

 p { color: rgb(54,34,122); }

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

background-color css

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

 a { background-color: rgb(54,34,122); }

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

border-color css

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

 span { border-color: rgb(54,34,122); }

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