Html Css Color HEX #380171 Persian Indigo

📋 copy color: '#380171'

red 56 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #380171

Tints of Persian Indigo #380171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 32.94%
G = 0.59%
B = 66.47%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380171 (or 0x380171) is known color: Persian Indigo. HEX triplet: 38, 01 and 71. RGB value is (56,1,113). Sum of RGB (Red+Green+Blue) = 56+1+113=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #380171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380171 is #C7FE8E. Grayscale: #1D1D1D. Windows color (decimal): -13106831 or 7405880. OLE color: 7405880.

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

Color convert

RGB 56 1 113 -
CMYK 0.50 0.99 0 0.56
HSL 269.46º 0.98% 0.22% -
HSV(B) 269.46º 0.99% 0.44% -
XYZ 4.62 2.05 15.78 -
YUV 30.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 56 1 113 0.50 0.99 0 0.56 269.46 0.98 0.22
Hex 38 1 71 32 63 0 38 10D 62 16
Octal 70 1 161 62 143 0 70 415 142 26
Binary 111000 1 1110001 110010 1100011 0 111000 100001101 1100010 10110

Color Harmonies of #380171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380171

Black with #380171

Text Example


Text Example

White with #380171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380171; }

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

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

background-color css

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

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

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

border-color css

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

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

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