Html Css Color HEX #362290 Persian Indigo

📋 copy color: '#362290'

red 54 ◦ green 34 ◦ blue 144

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

Shades of Persian Indigo #362290

Tints of Persian Indigo #362290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 23.28%
G = 14.66%
B = 62.07%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#362290 (or 0x362290) is known color: Persian Indigo. HEX triplet: 36, 22 and 90. RGB value is (54,34,144). Sum of RGB (Red+Green+Blue) = 54+34+144=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #362290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362290 is #C9DD6F. Grayscale: #343434. Windows color (decimal): -13229424 or 9445942. OLE color: 9445942.

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

Color convert

RGB 54 34 144 -
CMYK 0.63 0.76 0 0.44
HSL 250.91º 0.62% 0.35% -
HSV(B) 250.91º 0.76% 0.56% -
XYZ 7.13 3.94 26.77 -
YUV 52.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 54 34 144 0.63 0.76 0 0.44 250.91 0.62 0.35
Hex 36 22 90 3F 4C 0 2C FB 3E 23
Octal 66 42 220 77 114 0 54 373 76 43
Binary 110110 100010 10010000 111111 1001100 0 101100 11111011 111110 100011

Color Harmonies of #362290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362290

Black with #362290

Text Example


Text Example

White with #362290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362290; }

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

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

background-color css

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

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

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

border-color css

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

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

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