Html Css Color HEX #241DD7 Persian Blue

📋 copy color: '#241DD7'

red 36 ◦ green 29 ◦ blue 215

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

Shades of Persian Blue #241DD7

Tints of Persian Blue #241DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 76.79%

R = 12.86%
G = 10.36%
B = 76.79%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#241DD7 (or 0x241DD7) is known color: Persian Blue. HEX triplet: 24, 1D and D7. RGB value is (36,29,215). Sum of RGB (Red+Green+Blue) = 36+29+215=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 215 (84.38% from 255 or 76.79% from 280); Max value from RGB is 215 - color contains mainly: blue. Hex color #241DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DD7 is #DBE228. Grayscale: #333333. Windows color (decimal): -14410281 or 14097700. OLE color: 14097700.

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

Color convert

RGB 36 29 215 -
CMYK 0.83 0.87 0 0.16
HSL 242.26º 0.76% 0.48% -
HSV(B) 242.26º 0.87% 0.84% -
XYZ 13.43 6.16 64.77 -
YUV 52.3 219.82 116.38 -
System Red Green Blue C M Y K H S L
Decimal 36 29 215 0.83 0.87 0 0.16 242.26 0.76 0.48
Hex 24 1D D7 53 57 0 10 F2 4C 30
Octal 44 35 327 123 127 0 20 362 114 60
Binary 100100 11101 11010111 1010011 1010111 0 10000 11110010 1001100 110000

Color Harmonies of #241DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DD7

Black with #241DD7

Text Example


Text Example

White with #241DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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