Shades of Persian Indigo #38068C
Tints of Persian Indigo #38068C
RGB
CMYK
RGB Variations
Color information
#38068C (or 0x38068C) is known color: Persian Indigo. HEX triplet: 38, 06 and 8C. RGB value is (56,6,140). Sum of RGB (Red+Green+Blue) = 56+6+140=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #38068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38068C is #C7F973. Grayscale: #232323. Windows color (decimal): -13105524 or 9176632. OLE color: 9176632.
HSL color Cylindrical-coordinate representation of color #38068C: hue angle of 262.39º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38068C is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 6 | 140 | - |
| CMYK | 0.6 | 0.96 | 0 | 0.45 |
| HSL | 262.39º | 0.92% | 0.29% | - |
| HSV(B) | 262.39º | 0.96% | 0.55% | - |
| XYZ | 6.43 | 2.86 | 25.02 | - |
| YUV | 36.23 | 186.57 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 140 | 0.6 | 0.96 | 0 | 0.45 | 262.39 | 0.92 | 0.29 |
| Hex | 38 | 6 | 8C | 3C | 60 | 0 | 2D | 106 | 5C | 1D |
| Octal | 70 | 6 | 214 | 74 | 140 | 0 | 55 | 406 | 134 | 35 |
| Binary | 111000 | 110 | 10001100 | 111100 | 1100000 | 0 | 101101 | 100000110 | 1011100 | 11101 |
Color Harmonies of #38068C
Complementary color
Monochromatic Colors of #38068C
Black with #38068C
Text Example
Text Example
White with #38068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38068C; }
p { color: rgb(56,6,140); }
H1.HeaderClassName
{
color: #38068C;
}
.AnyTagClassName
{
color: #38068C;
}
</style>
background-color css
<style>
a { background-color: #38068C; }
a { background-color: rgb(56,6,140); }
div.DivClassName
{
background-color: #38068C;
}
.BgClassName
{
background-color: #38068C;
}
</style>
border-color css
<style>
span { border-color: #38068C; }
span { border-color: rgb(56,6,140); }
td.TdClassName
{
border-color: #38068C;
}
.TagClassName
{
border-color: #38068C;
}
</style>