Html Css Color HEX #380071 Persian Indigo

📋 copy color: '#380071'

red 56 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #380071

Tints of Persian Indigo #380071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 33.14%
G = 0%
B = 66.86%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380071 (or 0x380071) is known color: Persian Indigo. HEX triplet: 38, 00 and 71. RGB value is (56,0,113). Sum of RGB (Red+Green+Blue) = 56+0+113=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #380071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380071 is #C7FF8E. Grayscale: #1D1D1D. Windows color (decimal): -13107087 or 7405624. OLE color: 7405624.

HSL color Cylindrical-coordinate representation of color #380071: hue angle of 269.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380071 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 0 113 -
CMYK 0.50 1 0 0.56
HSL 269.73º 1% 0.22% -
HSV(B) 269.73º 1% 0.44% -
XYZ 4.61 2.03 15.77 -
YUV 29.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 56 0 113 0.50 1 0 0.56 269.73 1 0.22
Hex 38 0 71 32 64 0 38 10E 64 16
Octal 70 0 161 62 144 0 70 416 144 26
Binary 111000 0 1110001 110010 1100100 0 111000 100001110 1100100 10110

Color Harmonies of #380071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380071

Black with #380071

Text Example


Text Example

White with #380071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380071; }

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

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

background-color css

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

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

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

border-color css

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

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

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