#38069A

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

Shades of Persian Indigo #38069A

Tints of Persian Indigo #38069A

Color information

#38069A (or 0x38069A) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 9A. RGB value is (56,6,154). Sum of RGB (Red+Green+Blue) = 56+6+154=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #38069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38069A is #C7F965. Grayscale: #252525. Windows color (decimal): -13105510 or 10094136. OLE color: 10094136.

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

Color convert

RGB566154-
CMYK0.640.9600.40
HSL260.27º92.5%31.37%-
HSV(B)260.27º96.1%60.39%-
XYZ7.533.330.81-
YUV37.82193.56140.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 154 (60.55% from 255) = 71.30%
R=25.93%
G=2.78%
B=71.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5661540.640.9600.40260.2792.531.37
Hex3869A40600281045c1f
Octal70623210014005040413437
Binary11100011010011010100000011000000101000100000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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