Html Css Color HEX #380C87 Persian Indigo

📋 copy color: '#380C87'

red 56 ◦ green 12 ◦ blue 135

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

Shades of Persian Indigo #380C87

Tints of Persian Indigo #380C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 27.59%
G = 5.91%
B = 66.5%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#380C87 (or 0x380C87) is known color: Persian Indigo. HEX triplet: 38, 0C and 87. RGB value is (56,12,135). Sum of RGB (Red+Green+Blue) = 56+12+135=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #380C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C87 is #C7F378. Grayscale: #262626. Windows color (decimal): -13103993 or 8850488. OLE color: 8850488.

HSL color Cylindrical-coordinate representation of color #380C87: hue angle of 261.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380C87 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 12 135 -
CMYK 0.59 0.91 0 0.47
HSL 261.46º 0.84% 0.29% -
HSV(B) 261.46º 0.91% 0.53% -
XYZ 6.14 2.85 23.15 -
YUV 39.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 56 12 135 0.59 0.91 0 0.47 261.46 0.84 0.29
Hex 38 C 87 3B 5B 0 2F 105 54 1D
Octal 70 14 207 73 133 0 57 405 124 35
Binary 111000 1100 10000111 111011 1011011 0 101111 100000101 1010100 11101

Color Harmonies of #380C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C87

Black with #380C87

Text Example


Text Example

White with #380C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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