Html Css Color HEX #241DDE Persian Blue

📋 copy color: '#241DDE'

red 36 ◦ green 29 ◦ blue 222

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

Shades of Persian Blue #241DDE

Tints of Persian Blue #241DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 222 (87.11% from 255) = 77.35%

R = 12.54%
G = 10.1%
B = 77.35%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#241DDE (or 0x241DDE) is known color: Persian Blue. HEX triplet: 24, 1D and DE. RGB value is (36,29,222). Sum of RGB (Red+Green+Blue) = 36+29+222=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #241DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DDE is #DBE221. Grayscale: #343434. Windows color (decimal): -14410274 or 14556452. OLE color: 14556452.

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

Color convert

RGB 36 29 222 -
CMYK 0.84 0.87 0 0.13
HSL 242.18º 0.77% 0.49% -
HSV(B) 242.18º 0.87% 0.87% -
XYZ 14.35 6.53 69.61 -
YUV 53.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 36 29 222 0.84 0.87 0 0.13 242.18 0.77 0.49
Hex 24 1D DE 54 57 0 D F2 4D 31
Octal 44 35 336 124 127 0 15 362 115 61
Binary 100100 11101 11011110 1010100 1010111 0 1101 11110010 1001101 110001

Color Harmonies of #241DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DDE

Black with #241DDE

Text Example


Text Example

White with #241DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,222); }

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

background-color css

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

 a { background-color: rgb(36,29,222); }

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

border-color css

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

 span { border-color: rgb(36,29,222); }

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