Html Css Color HEX #39238C Persian Indigo

📋 copy color: '#39238C'

red 57 ◦ green 35 ◦ blue 140

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

Shades of Persian Indigo #39238C

Tints of Persian Indigo #39238C

RGB

 RED value IS 57 (22.66% from 255) = 24.57%

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

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

R = 24.57%
G = 15.09%
B = 60.34%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39238C (or 0x39238C) is known color: Persian Indigo. HEX triplet: 39, 23 and 8C. RGB value is (57,35,140). Sum of RGB (Red+Green+Blue) = 57+35+140=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #39238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39238C is #C6DC73. Grayscale: #353535. Windows color (decimal): -13032564 or 9184057. OLE color: 9184057.

HSL color Cylindrical-coordinate representation of color #39238C: hue angle of 252.57º 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 #39238C is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 35 140 -
CMYK 0.59 0.75 0 0.45
HSL 252.57º 0.6% 0.34% -
HSV(B) 252.57º 0.75% 0.55% -
XYZ 7.02 3.97 25.21 -
YUV 53.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 57 35 140 0.59 0.75 0 0.45 252.57 0.6 0.34
Hex 39 23 8C 3B 4B 0 2D FD 3C 22
Octal 71 43 214 73 113 0 55 375 74 42
Binary 111001 100011 10001100 111011 1001011 0 101101 11111101 111100 100010

Color Harmonies of #39238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39238C

Black with #39238C

Text Example


Text Example

White with #39238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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