#380375

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

Shades of Persian Indigo #380375

Tints of Persian Indigo #380375

Color information

#380375 (or 0x380375) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 75. RGB value is (56,3,117). Sum of RGB (Red+Green+Blue) = 56+3+117=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #380375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380375 is #C7FC8A. Grayscale: #1F1F1F. Windows color (decimal): -13106315 or 7668536. OLE color: 7668536.

HSL color Cylindrical-coordinate representation of color #380375: hue angle of 267.89º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380375 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB563117-
CMYK0.520.9700.54
HSL267.89º95%23.53%-
HSV(B)267.89º97.44%45.88%-
XYZ4.872.1917-
YUV31.84176.06145.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=31.82%
G=1.70%
B=66.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5631170.520.9700.54267.899523.53
Hex38375346103610c5f18
Octal7031656414106641413730
Binary11100011111010111010011000010110110100001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380375; }

 p { color: rgb(56,3,117); }

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

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

 a { background-color: rgb(56,3,117); }

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

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

 span { border-color: rgb(56,3,117); }

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