Html Css Color HEX #241EDD Persian Blue

📋 copy color: '#241EDD'

red 36 ◦ green 30 ◦ blue 221

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

Shades of Persian Blue #241EDD

Tints of Persian Blue #241EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 221 (86.72% from 255) = 77%

R = 12.54%
G = 10.45%
B = 77%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#241EDD (or 0x241EDD) is known color: Persian Blue. HEX triplet: 24, 1E and DD. RGB value is (36,30,221). Sum of RGB (Red+Green+Blue) = 36+30+221=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #241EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241EDD is #DBE122. Grayscale: #343434. Windows color (decimal): -14410019 or 14491172. OLE color: 14491172.

HSL color Cylindrical-coordinate representation of color #241EDD: hue angle of 241.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241EDD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 30 221 -
CMYK 0.84 0.86 0 0.13
HSL 241.88º 0.76% 0.49% -
HSV(B) 241.88º 0.86% 0.87% -
XYZ 14.24 6.52 68.92 -
YUV 53.57 222.49 115.47 -
System Red Green Blue C M Y K H S L
Decimal 36 30 221 0.84 0.86 0 0.13 241.88 0.76 0.49
Hex 24 1E DD 54 56 0 D F2 4C 31
Octal 44 36 335 124 126 0 15 362 114 61
Binary 100100 11110 11011101 1010100 1010110 0 1101 11110010 1001100 110001

Color Harmonies of #241EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241EDD

Black with #241EDD

Text Example


Text Example

White with #241EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241EDD; }

 p { color: rgb(36,30,221); }

 H1.HeaderClassName
 {
   color: #241EDD;
 }
 .AnyTagClassName
 {
   color: #241EDD;
 }
</style>

background-color css

<style>
 a { background-color: #241EDD; }

 a { background-color: rgb(36,30,221); }

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

border-color css

<style>
 span { border-color: #241EDD; }

 span { border-color: rgb(36,30,221); }

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