#38039A

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

Shades of Persian Indigo #38039A

Tints of Persian Indigo #38039A

Color information

#38039A (or 0x38039A) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 9A. RGB value is (56,3,154). Sum of RGB (Red+Green+Blue) = 56+3+154=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #38039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38039A is #C7FC65. Grayscale: #232323. Windows color (decimal): -13106278 or 10093368. OLE color: 10093368.

HSL color Cylindrical-coordinate representation of color #38039A: hue angle of 261.06º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38039A is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB563154-
CMYK0.640.9800.40
HSL261.06º96.18%30.78%-
HSV(B)261.06º98.05%60.39%-
XYZ7.53.2430.8-
YUV36.06194.56142.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 154 (60.55% from 255) = 72.30%
R=26.29%
G=1.41%
B=72.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5631540.640.9800.40261.0696.1830.78
Hex3839A4062028105601f
Octal70323210014205040514037
Binary1110001110011010100000011000100101000100000101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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