#380F9C

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

Shades of Persian Indigo #380F9C

Tints of Persian Indigo #380F9C

Color information

#380F9C (or 0x380F9C) is unknown color: approx Persian Indigo. HEX triplet: 38, 0F and 9C. RGB value is (56,15,156). Sum of RGB (Red+Green+Blue) = 56+15+156=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #380F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F9C is #C7F063. Grayscale: #2A2A2A. Windows color (decimal): -13103204 or 10227512. OLE color: 10227512.

HSL color Cylindrical-coordinate representation of color #380F9C: hue angle of 257.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380F9C is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5615156-
CMYK0.640.9000.39
HSL257.45º82.46%33.53%-
HSV(B)257.45º90.38%61.18%-
XYZ7.83.5831.73-
YUV43.33191.58137.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=24.67%
G=6.61%
B=68.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56151560.640.9000.39257.4582.4633.53
Hex38F9C405A0271015222
Octal701723410013204740112242
Binary1110001111100111001000000101101001001111000000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380F9C; }

 p { color: rgb(56,15,156); }

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

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

 a { background-color: rgb(56,15,156); }

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

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

 span { border-color: rgb(56,15,156); }

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