Html Css Color HEX #382587 Persian Indigo

📋 copy color: '#382587'

red 56 ◦ green 37 ◦ blue 135

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

Shades of Persian Indigo #382587

Tints of Persian Indigo #382587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.21%

R = 24.56%
G = 16.23%
B = 59.21%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382587 (or 0x382587) is known color: Persian Indigo. HEX triplet: 38, 25 and 87. RGB value is (56,37,135). Sum of RGB (Red+Green+Blue) = 56+37+135=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #382587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382587 is #C7DA78. Grayscale: #353535. Windows color (decimal): -13097593 or 8856888. OLE color: 8856888.

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

Color convert

RGB 56 37 135 -
CMYK 0.59 0.73 0 0.47
HSL 251.63º 0.57% 0.34% -
HSV(B) 251.63º 0.73% 0.53% -
XYZ 6.67 3.91 23.33 -
YUV 53.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 56 37 135 0.59 0.73 0 0.47 251.63 0.57 0.34
Hex 38 25 87 3B 49 0 2F FC 39 22
Octal 70 45 207 73 111 0 57 374 71 42
Binary 111000 100101 10000111 111011 1001001 0 101111 11111100 111001 100010

Color Harmonies of #382587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382587

Black with #382587

Text Example


Text Example

White with #382587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382587; }

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

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

background-color css

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

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

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

border-color css

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

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

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