#380275

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

Shades of Persian Indigo #380275

Tints of Persian Indigo #380275

Color information

#380275 (or 0x380275) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 75. RGB value is (56,2,117). Sum of RGB (Red+Green+Blue) = 56+2+117=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #380275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380275 is #C7FD8A. Grayscale: #1E1E1E. Windows color (decimal): -13106571 or 7668280. OLE color: 7668280.

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

Color convert

RGB562117-
CMYK0.520.9800.54
HSL268.17º96.64%23.33%-
HSV(B)268.17º98.29%45.88%-
XYZ4.862.1716.99-
YUV31.26176.39145.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=32%
G=1.14%
B=66.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5621170.520.9800.54268.1796.6423.33
Hex38275346203610c6117
Octal7021656414206641414127
Binary11100010111010111010011000100110110100001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380275; }

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

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

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

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

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

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

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

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