Shades of Persian Blue #3023AC
Tints of Persian Blue #3023AC
RGB
CMYK
RGB Variations
Color information
#3023AC (or 0x3023AC) is known color: Persian Blue. HEX triplet: 30, 23 and AC. RGB value is (48,35,172). Sum of RGB (Red+Green+Blue) = 48+35+172=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #3023AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3023AC is #CFDC53. Grayscale: #353535. Windows color (decimal): -13622356 or 11281200. OLE color: 11281200.
HSL color Cylindrical-coordinate representation of color #3023AC: hue angle of 245.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3023AC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 35 | 172 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.33 |
| HSL | 245.69º | 0.66% | 0.41% | - |
| HSV(B) | 245.69º | 0.8% | 0.67% | - |
| XYZ | 9.27 | 4.81 | 39.47 | - |
| YUV | 54.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 172 | 0.72 | 0.80 | 0 | 0.33 | 245.69 | 0.66 | 0.41 |
| Hex | 30 | 23 | AC | 48 | 50 | 0 | 21 | F6 | 42 | 29 |
| Octal | 60 | 43 | 254 | 110 | 120 | 0 | 41 | 366 | 102 | 51 |
| Binary | 110000 | 100011 | 10101100 | 1001000 | 1010000 | 0 | 100001 | 11110110 | 1000010 | 101001 |
Color Harmonies of #3023AC
Complementary color
Monochromatic Colors of #3023AC
Black with #3023AC
Text Example
Text Example
White with #3023AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023AC; }
p { color: rgb(48,35,172); }
H1.HeaderClassName
{
color: #3023AC;
}
.AnyTagClassName
{
color: #3023AC;
}
</style>
background-color css
<style>
a { background-color: #3023AC; }
a { background-color: rgb(48,35,172); }
div.DivClassName
{
background-color: #3023AC;
}
.BgClassName
{
background-color: #3023AC;
}
</style>
border-color css
<style>
span { border-color: #3023AC; }
span { border-color: rgb(48,35,172); }
td.TdClassName
{
border-color: #3023AC;
}
.TagClassName
{
border-color: #3023AC;
}
</style>