Html Css Color HEX #362581 Persian Indigo

📋 copy color: '#362581'

red 54 ◦ green 37 ◦ blue 129

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

Shades of Persian Indigo #362581

Tints of Persian Indigo #362581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 24.55%
G = 16.82%
B = 58.64%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362581 (or 0x362581) is known color: Persian Indigo. HEX triplet: 36, 25 and 81. RGB value is (54,37,129). Sum of RGB (Red+Green+Blue) = 54+37+129=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #362581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362581 is #C9DA7E. Grayscale: #343434. Windows color (decimal): -13228671 or 8463670. OLE color: 8463670.

HSL color Cylindrical-coordinate representation of color #362581: hue angle of 251.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362581 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 37 129 -
CMYK 0.58 0.71 0 0.49
HSL 251.09º 0.55% 0.33% -
HSV(B) 251.09º 0.71% 0.51% -
XYZ 6.15 3.69 21.16 -
YUV 52.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 54 37 129 0.58 0.71 0 0.49 251.09 0.55 0.33
Hex 36 25 81 3A 47 0 31 FB 37 21
Octal 66 45 201 72 107 0 61 373 67 41
Binary 110110 100101 10000001 111010 1000111 0 110001 11111011 110111 100001

Color Harmonies of #362581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362581

Black with #362581

Text Example


Text Example

White with #362581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362581; }

 p { color: rgb(54,37,129); }

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

background-color css

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

 a { background-color: rgb(54,37,129); }

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

border-color css

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

 span { border-color: rgb(54,37,129); }

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