Html Css Color HEX #380CAC Persian Indigo

📋 copy color: '#380CAC'

red 56 ◦ green 12 ◦ blue 172

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

Shades of Persian Indigo #380CAC

Tints of Persian Indigo #380CAC

RGB

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

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

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

R = 23.33%
G = 5%
B = 71.67%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#380CAC (or 0x380CAC) is known color: Persian Indigo. HEX triplet: 38, 0C and AC. RGB value is (56,12,172). Sum of RGB (Red+Green+Blue) = 56+12+172=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #380CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CAC is #C7F353. Grayscale: #2A2A2A. Windows color (decimal): -13103956 or 11275320. OLE color: 11275320.

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

Color convert

RGB 56 12 172 -
CMYK 0.67 0.93 0 0.33
HSL 256.5º 0.87% 0.36% -
HSV(B) 256.5º 0.93% 0.67% -
XYZ 9.21 4.08 39.33 -
YUV 43.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 56 12 172 0.67 0.93 0 0.33 256.5 0.87 0.36
Hex 38 C AC 43 5D 0 21 100 57 24
Octal 70 14 254 103 135 0 41 400 127 44
Binary 111000 1100 10101100 1000011 1011101 0 100001 100000000 1010111 100100

Color Harmonies of #380CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CAC

Black with #380CAC

Text Example


Text Example

White with #380CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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