Html Css Color HEX #380076 Persian Indigo

📋 copy color: '#380076'

red 56 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #380076

Tints of Persian Indigo #380076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 67.82%

R = 32.18%
G = 0%
B = 67.82%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380076 (or 0x380076) is known color: Persian Indigo. HEX triplet: 38, 00 and 76. RGB value is (56,0,118). Sum of RGB (Red+Green+Blue) = 56+0+118=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #380076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380076 is #C7FF89. Grayscale: #1D1D1D. Windows color (decimal): -13107082 or 7733304. OLE color: 7733304.

HSL color Cylindrical-coordinate representation of color #380076: hue angle of 268.47º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380076 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 0 118 -
CMYK 0.53 1 0 0.54
HSL 268.47º 1% 0.23% -
HSV(B) 268.47º 1% 0.46% -
XYZ 4.9 2.15 17.3 -
YUV 30.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 56 0 118 0.53 1 0 0.54 268.47 1 0.23
Hex 38 0 76 35 64 0 36 10C 64 17
Octal 70 0 166 65 144 0 66 414 144 27
Binary 111000 0 1110110 110101 1100100 0 110110 100001100 1100100 10111

Color Harmonies of #380076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380076

Black with #380076

Text Example


Text Example

White with #380076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380076; }

 p { color: rgb(56,0,118); }

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

background-color css

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

 a { background-color: rgb(56,0,118); }

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

border-color css

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

 span { border-color: rgb(56,0,118); }

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