Html Css Color HEX #382589 Persian Indigo

📋 copy color: '#382589'

red 56 ◦ green 37 ◦ blue 137

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

Shades of Persian Indigo #382589

Tints of Persian Indigo #382589

RGB

 RED value IS 56 (22.27% from 255) = 24.35%

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

 BLUE value IS 137 (53.91% from 255) = 59.57%

R = 24.35%
G = 16.09%
B = 59.57%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#382589 (or 0x382589) is known color: Persian Indigo. HEX triplet: 38, 25 and 89. RGB value is (56,37,137). Sum of RGB (Red+Green+Blue) = 56+37+137=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #382589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382589 is #C7DA76. Grayscale: #353535. Windows color (decimal): -13097591 or 8987960. OLE color: 8987960.

HSL color Cylindrical-coordinate representation of color #382589: hue angle of 251.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382589 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 37 137 -
CMYK 0.59 0.73 0 0.46
HSL 251.4º 0.57% 0.34% -
HSV(B) 251.4º 0.73% 0.54% -
XYZ 6.81 3.97 24.07 -
YUV 54.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 56 37 137 0.59 0.73 0 0.46 251.4 0.57 0.34
Hex 38 25 89 3B 49 0 2E FB 39 22
Octal 70 45 211 73 111 0 56 373 71 42
Binary 111000 100101 10001001 111011 1001001 0 101110 11111011 111001 100010

Color Harmonies of #382589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382589

Black with #382589

Text Example


Text Example

White with #382589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382589; }

 p { color: rgb(56,37,137); }

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

background-color css

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

 a { background-color: rgb(56,37,137); }

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

border-color css

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

 span { border-color: rgb(56,37,137); }

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