#38068E

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

Shades of Persian Indigo #38068E

Tints of Persian Indigo #38068E

Color information

#38068E (or 0x38068E) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 8E. RGB value is (56,6,142). Sum of RGB (Red+Green+Blue) = 56+6+142=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #38068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38068E is #C7F971. Grayscale: #232323. Windows color (decimal): -13105522 or 9307704. OLE color: 9307704.

HSL color Cylindrical-coordinate representation of color #38068E: hue angle of 262.06º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38068E is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB566142-
CMYK0.610.9600.44
HSL262.06º91.89%29.02%-
HSV(B)262.06º95.77%55.69%-
XYZ6.582.9225.81-
YUV36.45187.56141.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=27.45%
G=2.94%
B=69.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5661420.610.9600.44262.0691.8929.02
Hex3868E3D6002C1065c1d
Octal7062167514005440613435
Binary1110001101000111011110111000000101100100000110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38068E; }

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

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

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

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

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

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

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

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