Html Css Color HEX #380471 Persian Indigo

📋 copy color: '#380471'

red 56 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #380471

Tints of Persian Indigo #380471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 32.37%
G = 2.31%
B = 65.32%

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

#380471 (or 0x380471) is known color: Persian Indigo. HEX triplet: 38, 04 and 71. RGB value is (56,4,113). Sum of RGB (Red+Green+Blue) = 56+4+113=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #380471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380471 is #C7FB8E. Grayscale: #1F1F1F. Windows color (decimal): -13106063 or 7406648. OLE color: 7406648.

HSL color Cylindrical-coordinate representation of color #380471: hue angle of 268.62º degrees, saturation: 0.93, 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 #380471 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 4 113 -
CMYK 0.50 0.96 0 0.56
HSL 268.62º 0.93% 0.23% -
HSV(B) 268.62º 0.96% 0.44% -
XYZ 4.65 2.12 15.79 -
YUV 31.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 56 4 113 0.50 0.96 0 0.56 268.62 0.93 0.23
Hex 38 4 71 32 60 0 38 10D 5D 17
Octal 70 4 161 62 140 0 70 415 135 27
Binary 111000 100 1110001 110010 1100000 0 111000 100001101 1011101 10111

Color Harmonies of #380471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380471

Black with #380471

Text Example


Text Example

White with #380471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380471; }

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

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

background-color css

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

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

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

border-color css

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

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

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