Html Css Color HEX #2431AB Persian Blue

📋 copy color: '#2431AB'

red 36 ◦ green 49 ◦ blue 171

#2431AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2431AB

Tints of Persian Blue #2431AB

RGB

 RED value IS 36 (14.45% from 255) = 14.06%

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 14.06%
G = 19.14%
B = 66.8%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2431AB (or 0x2431AB) is known color: Persian Blue. HEX triplet: 24, 31 and AB. RGB value is (36,49,171). Sum of RGB (Red+Green+Blue) = 36+49+171=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #2431AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2431AB is #DBCE54. Grayscale: #3A3A3A. Windows color (decimal): -14405205 or 11219236. OLE color: 11219236.

HSL color Cylindrical-coordinate representation of color #2431AB: hue angle of 234.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2431AB is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 49 171 -
CMYK 0.79 0.71 0 0.33
HSL 234.22º 0.65% 0.41% -
HSV(B) 234.22º 0.79% 0.67% -
XYZ 9.18 5.51 39.11 -
YUV 59.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 36 49 171 0.79 0.71 0 0.33 234.22 0.65 0.41
Hex 24 31 AB 4F 47 0 21 EA 41 29
Octal 44 61 253 117 107 0 41 352 101 51
Binary 100100 110001 10101011 1001111 1000111 0 100001 11101010 1000001 101001

Color Harmonies of #2431AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2431AB

Black with #2431AB

Text Example


Text Example

White with #2431AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2431AB; }

 p { color: rgb(36,49,171); }

 H1.HeaderClassName
 {
   color: #2431AB;
 }
 .AnyTagClassName
 {
   color: #2431AB;
 }
</style>

background-color css

<style>
 a { background-color: #2431AB; }

 a { background-color: rgb(36,49,171); }

 div.DivClassName
 {
   background-color: #2431AB;
 }
 .BgClassName
 {
   background-color: #2431AB;
 }
</style>

border-color css

<style>
 span { border-color: #2431AB; }

 span { border-color: rgb(36,49,171); }

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