Html Css Color HEX #380987 Persian Indigo

📋 copy color: '#380987'

red 56 ◦ green 9 ◦ blue 135

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

Shades of Persian Indigo #380987

Tints of Persian Indigo #380987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

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

R = 28%
G = 4.5%
B = 67.5%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#380987 (or 0x380987) is known color: Persian Indigo. HEX triplet: 38, 09 and 87. RGB value is (56,9,135). Sum of RGB (Red+Green+Blue) = 56+9+135=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #380987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380987 is #C7F678. Grayscale: #242424. Windows color (decimal): -13104761 or 8849720. OLE color: 8849720.

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

Color convert

RGB 56 9 135 -
CMYK 0.59 0.93 0 0.47
HSL 262.38º 0.88% 0.28% -
HSV(B) 262.38º 0.93% 0.53% -
XYZ 6.1 2.79 23.14 -
YUV 37.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 56 9 135 0.59 0.93 0 0.47 262.38 0.88 0.28
Hex 38 9 87 3B 5D 0 2F 106 58 1C
Octal 70 11 207 73 135 0 57 406 130 34
Binary 111000 1001 10000111 111011 1011101 0 101111 100000110 1011000 11100

Color Harmonies of #380987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380987

Black with #380987

Text Example


Text Example

White with #380987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380987; }

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

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

background-color css

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

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

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

border-color css

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

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

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