Html Css Color HEX #36257A Persian Indigo

📋 copy color: '#36257A'

red 54 ◦ green 37 ◦ blue 122

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

Shades of Persian Indigo #36257A

Tints of Persian Indigo #36257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.28%

R = 25.35%
G = 17.37%
B = 57.28%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36257A (or 0x36257A) is known color: Persian Indigo. HEX triplet: 36, 25 and 7A. RGB value is (54,37,122). Sum of RGB (Red+Green+Blue) = 54+37+122=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #36257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36257A is #C9DA85. Grayscale: #333333. Windows color (decimal): -13228678 or 8004918. OLE color: 8004918.

HSL color Cylindrical-coordinate representation of color #36257A: hue angle of 252º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36257A is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 37 122 -
CMYK 0.56 0.70 0 0.52
HSL 252º 0.53% 0.31% -
HSV(B) 252º 0.7% 0.48% -
XYZ 5.7 3.51 18.79 -
YUV 51.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 54 37 122 0.56 0.70 0 0.52 252 0.53 0.31
Hex 36 25 7A 38 46 0 34 FC 35 1F
Octal 66 45 172 70 106 0 64 374 65 37
Binary 110110 100101 1111010 111000 1000110 0 110100 11111100 110101 11111

Color Harmonies of #36257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36257A

Black with #36257A

Text Example


Text Example

White with #36257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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