Html Css Color HEX #380C95 Persian Indigo

📋 copy color: '#380C95'

red 56 ◦ green 12 ◦ blue 149

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

Shades of Persian Indigo #380C95

Tints of Persian Indigo #380C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 25.81%
G = 5.53%
B = 68.66%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380C95 (or 0x380C95) is known color: Persian Indigo. HEX triplet: 38, 0C and 95. RGB value is (56,12,149). Sum of RGB (Red+Green+Blue) = 56+12+149=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #380C95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C95 is #C7F36A. Grayscale: #282828. Windows color (decimal): -13103979 or 9767992. OLE color: 9767992.

HSL color Cylindrical-coordinate representation of color #380C95: hue angle of 259.27º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380C95 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 12 149 -
CMYK 0.62 0.92 0 0.42
HSL 259.27º 0.85% 0.32% -
HSV(B) 259.27º 0.92% 0.58% -
XYZ 7.19 3.27 28.69 -
YUV 40.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 56 12 149 0.62 0.92 0 0.42 259.27 0.85 0.32
Hex 38 C 95 3E 5C 0 2A 103 55 20
Octal 70 14 225 76 134 0 52 403 125 40
Binary 111000 1100 10010101 111110 1011100 0 101010 100000011 1010101 100000

Color Harmonies of #380C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C95

Black with #380C95

Text Example


Text Example

White with #380C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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