Html Css Color HEX #241DDA Persian Blue

📋 copy color: '#241DDA'

red 36 ◦ green 29 ◦ blue 218

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

Shades of Persian Blue #241DDA

Tints of Persian Blue #241DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 12.72%
G = 10.25%
B = 77.03%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#241DDA (or 0x241DDA) is known color: Persian Blue. HEX triplet: 24, 1D and DA. RGB value is (36,29,218). Sum of RGB (Red+Green+Blue) = 36+29+218=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #241DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DDA is #DBE225. Grayscale: #333333. Windows color (decimal): -14410278 or 14294308. OLE color: 14294308.

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

Color convert

RGB 36 29 218 -
CMYK 0.83 0.87 0 0.15
HSL 242.22º 0.77% 0.48% -
HSV(B) 242.22º 0.87% 0.85% -
XYZ 13.82 6.32 66.82 -
YUV 52.64 221.32 116.13 -
System Red Green Blue C M Y K H S L
Decimal 36 29 218 0.83 0.87 0 0.15 242.22 0.77 0.48
Hex 24 1D DA 53 57 0 F F2 4D 30
Octal 44 35 332 123 127 0 17 362 115 60
Binary 100100 11101 11011010 1010011 1010111 0 1111 11110010 1001101 110000

Color Harmonies of #241DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DDA

Black with #241DDA

Text Example


Text Example

White with #241DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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