Html Css Color HEX #2421AF Persian Blue

📋 copy color: '#2421AF'

red 36 ◦ green 33 ◦ blue 175

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

Shades of Persian Blue #2421AF

Tints of Persian Blue #2421AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 175 (68.75% from 255) = 71.72%

R = 14.75%
G = 13.52%
B = 71.72%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2421AF (or 0x2421AF) is known color: Persian Blue. HEX triplet: 24, 21 and AF. RGB value is (36,33,175). Sum of RGB (Red+Green+Blue) = 36+33+175=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #2421AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2421AF is #DBDE50. Grayscale: #313131. Windows color (decimal): -14409297 or 11477284. OLE color: 11477284.

HSL color Cylindrical-coordinate representation of color #2421AF: hue angle of 241.27º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2421AF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 33 175 -
CMYK 0.79 0.81 0 0.31
HSL 241.27º 0.68% 0.41% -
HSV(B) 241.27º 0.81% 0.69% -
XYZ 9.01 4.56 40.96 -
YUV 50.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 36 33 175 0.79 0.81 0 0.31 241.27 0.68 0.41
Hex 24 21 AF 4F 51 0 1F F1 44 29
Octal 44 41 257 117 121 0 37 361 104 51
Binary 100100 100001 10101111 1001111 1010001 0 11111 11110001 1000100 101001

Color Harmonies of #2421AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2421AF

Black with #2421AF

Text Example


Text Example

White with #2421AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2421AF; }

 p { color: rgb(36,33,175); }

 H1.HeaderClassName
 {
   color: #2421AF;
 }
 .AnyTagClassName
 {
   color: #2421AF;
 }
</style>

background-color css

<style>
 a { background-color: #2421AF; }

 a { background-color: rgb(36,33,175); }

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

border-color css

<style>
 span { border-color: #2421AF; }

 span { border-color: rgb(36,33,175); }

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