#38077A

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

Shades of Persian Indigo #38077A

Tints of Persian Indigo #38077A

Color information

#38077A (or 0x38077A) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 7A. RGB value is (56,7,122). Sum of RGB (Red+Green+Blue) = 56+7+122=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #38077A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38077A is #C7F885. Grayscale: #222222. Windows color (decimal): -13105286 or 7997240. OLE color: 7997240.

HSL color Cylindrical-coordinate representation of color #38077A: hue angle of 265.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38077A is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB567122-
CMYK0.540.9400.52
HSL265.57º89.15%25.29%-
HSV(B)265.57º94.26%47.84%-
XYZ5.222.418.6-
YUV34.76177.23143.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=30.27%
G=3.78%
B=65.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5671220.540.9400.52265.5789.1525.29
Hex3877A365E03410a5919
Octal7071726613606441213131
Binary111000111111101011011010111100110100100001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38077A; }

 p { color: rgb(56,7,122); }

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

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

 a { background-color: rgb(56,7,122); }

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

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

 span { border-color: rgb(56,7,122); }

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