Html Css Color HEX #36238C Persian Indigo

📋 copy color: '#36238C'

red 54 ◦ green 35 ◦ blue 140

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

Shades of Persian Indigo #36238C

Tints of Persian Indigo #36238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 23.58%
G = 15.28%
B = 61.14%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36238C (or 0x36238C) is known color: Persian Indigo. HEX triplet: 36, 23 and 8C. RGB value is (54,35,140). Sum of RGB (Red+Green+Blue) = 54+35+140=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #36238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36238C is #C9DC73. Grayscale: #343434. Windows color (decimal): -13229172 or 9184054. OLE color: 9184054.

HSL color Cylindrical-coordinate representation of color #36238C: hue angle of 250.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36238C is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 35 140 -
CMYK 0.61 0.75 0 0.45
HSL 250.86º 0.6% 0.34% -
HSV(B) 250.86º 0.75% 0.55% -
XYZ 6.86 3.88 25.2 -
YUV 52.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 54 35 140 0.61 0.75 0 0.45 250.86 0.6 0.34
Hex 36 23 8C 3D 4B 0 2D FB 3C 22
Octal 66 43 214 75 113 0 55 373 74 42
Binary 110110 100011 10001100 111101 1001011 0 101101 11111011 111100 100010

Color Harmonies of #36238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36238C

Black with #36238C

Text Example


Text Example

White with #36238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36238C; }

 p { color: rgb(54,35,140); }

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

background-color css

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

 a { background-color: rgb(54,35,140); }

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

border-color css

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

 span { border-color: rgb(54,35,140); }

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