Html Css Color HEX #2419C5 Persian Blue

📋 copy color: '#2419C5'

red 36 ◦ green 25 ◦ blue 197

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

Shades of Persian Blue #2419C5

Tints of Persian Blue #2419C5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 197 (77.34% from 255) = 76.36%

R = 13.95%
G = 9.69%
B = 76.36%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2419C5 (or 0x2419C5) is known color: Persian Blue. HEX triplet: 24, 19 and C5. RGB value is (36,25,197). Sum of RGB (Red+Green+Blue) = 36+25+197=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #2419C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419C5 is #DBE63A. Grayscale: #2F2F2F. Windows color (decimal): -14411323 or 12917028. OLE color: 12917028.

HSL color Cylindrical-coordinate representation of color #2419C5: hue angle of 243.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2419C5 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 36 25 197 -
CMYK 0.82 0.87 0 0.23
HSL 243.84º 0.77% 0.44% -
HSV(B) 243.84º 0.87% 0.77% -
XYZ 11.15 5.1 53.22 -
YUV 47.9 212.14 119.51 -
System Red Green Blue C M Y K H S L
Decimal 36 25 197 0.82 0.87 0 0.23 243.84 0.77 0.44
Hex 24 19 C5 52 57 0 17 F4 4D 2C
Octal 44 31 305 122 127 0 27 364 115 54
Binary 100100 11001 11000101 1010010 1010111 0 10111 11110100 1001101 101100

Color Harmonies of #2419C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419C5

Black with #2419C5

Text Example


Text Example

White with #2419C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2419C5; }

 p { color: rgb(36,25,197); }

 H1.HeaderClassName
 {
   color: #2419C5;
 }
 .AnyTagClassName
 {
   color: #2419C5;
 }
</style>

background-color css

<style>
 a { background-color: #2419C5; }

 a { background-color: rgb(36,25,197); }

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

border-color css

<style>
 span { border-color: #2419C5; }

 span { border-color: rgb(36,25,197); }

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