Html Css Color HEX #380571 Persian Indigo

📋 copy color: '#380571'

red 56 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #380571

Tints of Persian Indigo #380571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 32.18%
G = 2.87%
B = 64.94%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380571 (or 0x380571) is known color: Persian Indigo. HEX triplet: 38, 05 and 71. RGB value is (56,5,113). Sum of RGB (Red+Green+Blue) = 56+5+113=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #380571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380571 is #C7FA8E. Grayscale: #202020. Windows color (decimal): -13105807 or 7406904. OLE color: 7406904.

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

Color convert

RGB 56 5 113 -
CMYK 0.50 0.96 0 0.56
HSL 268.33º 0.92% 0.23% -
HSV(B) 268.33º 0.96% 0.44% -
XYZ 4.67 2.14 15.79 -
YUV 32.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 56 5 113 0.50 0.96 0 0.56 268.33 0.92 0.23
Hex 38 5 71 32 60 0 38 10C 5C 17
Octal 70 5 161 62 140 0 70 414 134 27
Binary 111000 101 1110001 110010 1100000 0 111000 100001100 1011100 10111

Color Harmonies of #380571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380571

Black with #380571

Text Example


Text Example

White with #380571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380571; }

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

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

background-color css

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

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

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

border-color css

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

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

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