Html Css Color HEX #2421B2 Persian Blue

📋 copy color: '#2421B2'

red 36 ◦ green 33 ◦ blue 178

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

Shades of Persian Blue #2421B2

Tints of Persian Blue #2421B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 72.06%

R = 14.57%
G = 13.36%
B = 72.06%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2421B2 (or 0x2421B2) is known color: Persian Blue. HEX triplet: 24, 21 and B2. RGB value is (36,33,178). Sum of RGB (Red+Green+Blue) = 36+33+178=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 178 (69.92% from 255 or 72.06% from 247); Max value from RGB is 178 - color contains mainly: blue. Hex color #2421B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2421B2 is #DBDE4D. Grayscale: #313131. Windows color (decimal): -14409294 or 11673892. OLE color: 11673892.

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

Color convert

RGB 36 33 178 -
CMYK 0.80 0.81 0 0.30
HSL 241.24º 0.69% 0.41% -
HSV(B) 241.24º 0.81% 0.7% -
XYZ 9.31 4.68 42.53 -
YUV 50.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 36 33 178 0.80 0.81 0 0.30 241.24 0.69 0.41
Hex 24 21 B2 50 51 0 1E F1 45 29
Octal 44 41 262 120 121 0 36 361 105 51
Binary 100100 100001 10110010 1010000 1010001 0 11110 11110001 1000101 101001

Color Harmonies of #2421B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2421B2

Black with #2421B2

Text Example


Text Example

White with #2421B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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