Html Css Color HEX #36248D Persian Indigo

📋 copy color: '#36248D'

red 54 ◦ green 36 ◦ blue 141

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

Shades of Persian Indigo #36248D

Tints of Persian Indigo #36248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 23.38%
G = 15.58%
B = 61.04%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36248D (or 0x36248D) is known color: Persian Indigo. HEX triplet: 36, 24 and 8D. RGB value is (54,36,141). Sum of RGB (Red+Green+Blue) = 54+36+141=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #36248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36248D is #C9DB72. Grayscale: #343434. Windows color (decimal): -13228915 or 9249846. OLE color: 9249846.

HSL color Cylindrical-coordinate representation of color #36248D: hue angle of 250.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36248D is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 36 141 -
CMYK 0.62 0.74 0 0.45
HSL 250.29º 0.59% 0.35% -
HSV(B) 250.29º 0.74% 0.55% -
XYZ 6.96 3.97 25.6 -
YUV 53.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 54 36 141 0.62 0.74 0 0.45 250.29 0.59 0.35
Hex 36 24 8D 3E 4A 0 2D FA 3B 23
Octal 66 44 215 76 112 0 55 372 73 43
Binary 110110 100100 10001101 111110 1001010 0 101101 11111010 111011 100011

Color Harmonies of #36248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36248D

Black with #36248D

Text Example


Text Example

White with #36248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36248D; }

 p { color: rgb(54,36,141); }

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

background-color css

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

 a { background-color: rgb(54,36,141); }

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

border-color css

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

 span { border-color: rgb(54,36,141); }

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