Shades of Persian Blue #3023C1
Tints of Persian Blue #3023C1
RGB
CMYK
RGB Variations
Color information
#3023C1 (or 0x3023C1) is known color: Persian Blue. HEX triplet: 30, 23 and C1. RGB value is (48,35,193). Sum of RGB (Red+Green+Blue) = 48+35+193=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #3023C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023C1 is #CFDC3E. Grayscale: #383838. Windows color (decimal): -13622335 or 12657456. OLE color: 12657456.
HSL color Cylindrical-coordinate representation of color #3023C1: hue angle of 244.94º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3023C1 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 35 | 193 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.24 |
| HSL | 244.94º | 0.69% | 0.45% | - |
| HSV(B) | 244.94º | 0.82% | 0.76% | - |
| XYZ | 11.45 | 5.68 | 50.95 | - |
| YUV | 56.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 193 | 0.75 | 0.82 | 0 | 0.24 | 244.94 | 0.69 | 0.45 |
| Hex | 30 | 23 | C1 | 4B | 52 | 0 | 18 | F5 | 45 | 2D |
| Octal | 60 | 43 | 301 | 113 | 122 | 0 | 30 | 365 | 105 | 55 |
| Binary | 110000 | 100011 | 11000001 | 1001011 | 1010010 | 0 | 11000 | 11110101 | 1000101 | 101101 |
Color Harmonies of #3023C1
Complementary color
Monochromatic Colors of #3023C1
Black with #3023C1
Text Example
Text Example
White with #3023C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023C1; }
p { color: rgb(48,35,193); }
H1.HeaderClassName
{
color: #3023C1;
}
.AnyTagClassName
{
color: #3023C1;
}
</style>
background-color css
<style>
a { background-color: #3023C1; }
a { background-color: rgb(48,35,193); }
div.DivClassName
{
background-color: #3023C1;
}
.BgClassName
{
background-color: #3023C1;
}
</style>
border-color css
<style>
span { border-color: #3023C1; }
span { border-color: rgb(48,35,193); }
td.TdClassName
{
border-color: #3023C1;
}
.TagClassName
{
border-color: #3023C1;
}
</style>