Html Css Color HEX #36257E Persian Indigo

📋 copy color: '#36257E'

red 54 ◦ green 37 ◦ blue 126

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

Shades of Persian Indigo #36257E

Tints of Persian Indigo #36257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.06%

R = 24.88%
G = 17.05%
B = 58.06%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36257E (or 0x36257E) is known color: Persian Indigo. HEX triplet: 36, 25 and 7E. RGB value is (54,37,126). Sum of RGB (Red+Green+Blue) = 54+37+126=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #36257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36257E is #C9DA81. Grayscale: #333333. Windows color (decimal): -13228674 or 8267062. OLE color: 8267062.

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

Color convert

RGB 54 37 126 -
CMYK 0.57 0.71 0 0.51
HSL 251.46º 0.55% 0.32% -
HSV(B) 251.46º 0.71% 0.49% -
XYZ 5.95 3.61 20.12 -
YUV 52.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 54 37 126 0.57 0.71 0 0.51 251.46 0.55 0.32
Hex 36 25 7E 39 47 0 33 FB 37 20
Octal 66 45 176 71 107 0 63 373 67 40
Binary 110110 100101 1111110 111001 1000111 0 110011 11111011 110111 100000

Color Harmonies of #36257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36257E

Black with #36257E

Text Example


Text Example

White with #36257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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