Html Css Color HEX #241DCD Persian Blue

📋 copy color: '#241DCD'

red 36 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #241DCD

Tints of Persian Blue #241DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 13.33%
G = 10.74%
B = 75.93%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241DCD (or 0x241DCD) is known color: Persian Blue. HEX triplet: 24, 1D and CD. RGB value is (36,29,205). Sum of RGB (Red+Green+Blue) = 36+29+205=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #241DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DCD is #DBE232. Grayscale: #323232. Windows color (decimal): -14410291 or 13442340. OLE color: 13442340.

HSL color Cylindrical-coordinate representation of color #241DCD: hue angle of 242.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241DCD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 29 205 -
CMYK 0.82 0.86 0 0.20
HSL 242.39º 0.75% 0.46% -
HSV(B) 242.39º 0.86% 0.8% -
XYZ 12.19 5.66 58.21 -
YUV 51.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 36 29 205 0.82 0.86 0 0.20 242.39 0.75 0.46
Hex 24 1D CD 52 56 0 14 F2 4B 2E
Octal 44 35 315 122 126 0 24 362 113 56
Binary 100100 11101 11001101 1010010 1010110 0 10100 11110010 1001011 101110

Color Harmonies of #241DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DCD

Black with #241DCD

Text Example


Text Example

White with #241DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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