Html Css Color HEX #380470 Persian Indigo

📋 copy color: '#380470'

red 56 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #380470

Tints of Persian Indigo #380470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.12%

R = 32.56%
G = 2.33%
B = 65.12%

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

#380470 (or 0x380470) is known color: Persian Indigo. HEX triplet: 38, 04 and 70. RGB value is (56,4,112). Sum of RGB (Red+Green+Blue) = 56+4+112=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #380470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380470 is #C7FB8F. Grayscale: #1F1F1F. Windows color (decimal): -13106064 or 7341112. OLE color: 7341112.

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

Color convert

RGB 56 4 112 -
CMYK 0.50 0.96 0 0.56
HSL 268.89º 0.93% 0.23% -
HSV(B) 268.89º 0.96% 0.44% -
XYZ 4.6 2.1 15.49 -
YUV 31.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 56 4 112 0.50 0.96 0 0.56 268.89 0.93 0.23
Hex 38 4 70 32 60 0 38 10D 5D 17
Octal 70 4 160 62 140 0 70 415 135 27
Binary 111000 100 1110000 110010 1100000 0 111000 100001101 1011101 10111

Color Harmonies of #380470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380470

Black with #380470

Text Example


Text Example

White with #380470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380470; }

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

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

background-color css

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

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

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

border-color css

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

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

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