Html Css Color HEX #362291 Persian Indigo

📋 copy color: '#362291'

red 54 ◦ green 34 ◦ blue 145

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

Shades of Persian Indigo #362291

Tints of Persian Indigo #362291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.23%

R = 23.18%
G = 14.59%
B = 62.23%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#362291 (or 0x362291) is known color: Persian Indigo. HEX triplet: 36, 22 and 91. RGB value is (54,34,145). Sum of RGB (Red+Green+Blue) = 54+34+145=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #362291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362291 is #C9DD6E. Grayscale: #343434. Windows color (decimal): -13229423 or 9511478. OLE color: 9511478.

HSL color Cylindrical-coordinate representation of color #362291: hue angle of 250.81º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362291 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 34 145 -
CMYK 0.63 0.77 0 0.43
HSL 250.81º 0.62% 0.35% -
HSV(B) 250.81º 0.77% 0.57% -
XYZ 7.2 3.97 27.18 -
YUV 52.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 54 34 145 0.63 0.77 0 0.43 250.81 0.62 0.35
Hex 36 22 91 3F 4D 0 2B FB 3E 23
Octal 66 42 221 77 115 0 53 373 76 43
Binary 110110 100010 10010001 111111 1001101 0 101011 11111011 111110 100011

Color Harmonies of #362291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362291

Black with #362291

Text Example


Text Example

White with #362291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362291; }

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

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

background-color css

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

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

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

border-color css

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

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

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