Html Css Color HEX #36257F Persian Indigo

📋 copy color: '#36257F'

red 54 ◦ green 37 ◦ blue 127

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

Shades of Persian Indigo #36257F

Tints of Persian Indigo #36257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.26%

R = 24.77%
G = 16.97%
B = 58.26%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36257F (or 0x36257F) is known color: Persian Indigo. HEX triplet: 36, 25 and 7F. RGB value is (54,37,127). Sum of RGB (Red+Green+Blue) = 54+37+127=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #36257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36257F is #C9DA80. Grayscale: #343434. Windows color (decimal): -13228673 or 8332598. OLE color: 8332598.

HSL color Cylindrical-coordinate representation of color #36257F: hue angle of 251.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36257F is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 37 127 -
CMYK 0.57 0.71 0 0.50
HSL 251.33º 0.55% 0.32% -
HSV(B) 251.33º 0.71% 0.5% -
XYZ 6.01 3.64 20.46 -
YUV 52.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 54 37 127 0.57 0.71 0 0.50 251.33 0.55 0.32
Hex 36 25 7F 39 47 0 32 FB 37 20
Octal 66 45 177 71 107 0 62 373 67 40
Binary 110110 100101 1111111 111001 1000111 0 110010 11111011 110111 100000

Color Harmonies of #36257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36257F

Black with #36257F

Text Example


Text Example

White with #36257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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