Shades of Persian Blue #231AD2
Tints of Persian Blue #231AD2
RGB
CMYK
RGB Variations
Color information
#231AD2 (or 0x231AD2) is known color: Persian Blue. HEX triplet: 23, 1A and D2. RGB value is (35,26,210). Sum of RGB (Red+Green+Blue) = 35+26+210=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 210 (82.42% from 255 or 77.49% from 271); Max value from RGB is 210 - color contains mainly: blue. Hex color #231AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD2 is #DCE52D. Grayscale: #303030. Windows color (decimal): -14476590 or 13769251. OLE color: 13769251.
HSL color Cylindrical-coordinate representation of color #231AD2: hue angle of 242.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD2 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 26 | 210 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.18 |
| HSL | 242.93º | 0.78% | 0.46% | - |
| HSV(B) | 242.93º | 0.88% | 0.82% | - |
| XYZ | 12.7 | 5.75 | 61.41 | - |
| YUV | 49.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 210 | 0.83 | 0.88 | 0 | 0.18 | 242.93 | 0.78 | 0.46 |
| Hex | 23 | 1A | D2 | 53 | 58 | 0 | 12 | F3 | 4E | 2E |
| Octal | 43 | 32 | 322 | 123 | 130 | 0 | 22 | 363 | 116 | 56 |
| Binary | 100011 | 11010 | 11010010 | 1010011 | 1011000 | 0 | 10010 | 11110011 | 1001110 | 101110 |
Color Harmonies of #231AD2
Complementary color
Monochromatic Colors of #231AD2
Black with #231AD2
Text Example
Text Example
White with #231AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AD2; }
p { color: rgb(35,26,210); }
H1.HeaderClassName
{
color: #231AD2;
}
.AnyTagClassName
{
color: #231AD2;
}
</style>
background-color css
<style>
a { background-color: #231AD2; }
a { background-color: rgb(35,26,210); }
div.DivClassName
{
background-color: #231AD2;
}
.BgClassName
{
background-color: #231AD2;
}
</style>
border-color css
<style>
span { border-color: #231AD2; }
span { border-color: rgb(35,26,210); }
td.TdClassName
{
border-color: #231AD2;
}
.TagClassName
{
border-color: #231AD2;
}
</style>