Html Css Color HEX #380E93 Persian Indigo

📋 copy color: '#380E93'

red 56 ◦ green 14 ◦ blue 147

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

Shades of Persian Indigo #380E93

Tints of Persian Indigo #380E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 25.81%
G = 6.45%
B = 67.74%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380E93 (or 0x380E93) is known color: Persian Indigo. HEX triplet: 38, 0E and 93. RGB value is (56,14,147). Sum of RGB (Red+Green+Blue) = 56+14+147=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #380E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380E93 is #C7F16C. Grayscale: #292929. Windows color (decimal): -13103469 or 9637432. OLE color: 9637432.

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

Color convert

RGB 56 14 147 -
CMYK 0.62 0.90 0 0.42
HSL 258.95º 0.83% 0.32% -
HSV(B) 258.95º 0.9% 0.58% -
XYZ 7.05 3.26 27.86 -
YUV 41.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 56 14 147 0.62 0.90 0 0.42 258.95 0.83 0.32
Hex 38 E 93 3E 5A 0 2A 103 53 20
Octal 70 16 223 76 132 0 52 403 123 40
Binary 111000 1110 10010011 111110 1011010 0 101010 100000011 1010011 100000

Color Harmonies of #380E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E93

Black with #380E93

Text Example


Text Example

White with #380E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,14,147); }

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

background-color css

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

 a { background-color: rgb(56,14,147); }

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

border-color css

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

 span { border-color: rgb(56,14,147); }

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