Html Css Color HEX #380EAC Persian Indigo

📋 copy color: '#380EAC'

red 56 ◦ green 14 ◦ blue 172

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

Shades of Persian Indigo #380EAC

Tints of Persian Indigo #380EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.07%

R = 23.14%
G = 5.79%
B = 71.07%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#380EAC (or 0x380EAC) is known color: Persian Indigo. HEX triplet: 38, 0E and AC. RGB value is (56,14,172). Sum of RGB (Red+Green+Blue) = 56+14+172=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #380EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380EAC is #C7F153. Grayscale: #2B2B2B. Windows color (decimal): -13103444 or 11275832. OLE color: 11275832.

HSL color Cylindrical-coordinate representation of color #380EAC: hue angle of 255.95º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380EAC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 14 172 -
CMYK 0.67 0.92 0 0.33
HSL 255.95º 0.85% 0.36% -
HSV(B) 255.95º 0.92% 0.67% -
XYZ 9.23 4.13 39.34 -
YUV 44.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 56 14 172 0.67 0.92 0 0.33 255.95 0.85 0.36
Hex 38 E AC 43 5C 0 21 100 55 24
Octal 70 16 254 103 134 0 41 400 125 44
Binary 111000 1110 10101100 1000011 1011100 0 100001 100000000 1010101 100100

Color Harmonies of #380EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EAC

Black with #380EAC

Text Example


Text Example

White with #380EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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