#380970

Color #380970 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380970

Tints of Persian Indigo #380970

Color information

#380970 (or 0x380970) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 70. RGB value is (56,9,112). Sum of RGB (Red+Green+Blue) = 56+9+112=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #380970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380970 is #C7F68F. Grayscale: #222222. Windows color (decimal): -13104784 or 7342392. OLE color: 7342392.

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

Color convert

RGB569112-
CMYK0.500.9200.56
HSL267.38º85.12%23.73%-
HSV(B)267.38º91.96%43.92%-
XYZ4.652.2115.51-
YUV34.8171.57143.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=31.64%
G=5.08%
B=63.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5691120.500.9200.56267.3885.1223.73
Hex38970325C03810b5518
Octal70111606213407041312530
Binary1110001001111000011001010111000111000100001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380970; }

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

 H1.HeaderClassName
 {
   color: #380970;
 }
 .AnyTagClassName
 {
   color: #380970;
 }
</style>
background-color css

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

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

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

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

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

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