Html Css Color HEX #241ECD Persian Blue

📋 copy color: '#241ECD'

red 36 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #241ECD

Tints of Persian Blue #241ECD

RGB

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

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

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

R = 13.28%
G = 11.07%
B = 75.65%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241ECD (or 0x241ECD) is known color: Persian Blue. HEX triplet: 24, 1E and CD. RGB value is (36,30,205). Sum of RGB (Red+Green+Blue) = 36+30+205=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #241ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ECD is #DBE132. Grayscale: #333333. Windows color (decimal): -14410035 or 13442596. OLE color: 13442596.

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

Color convert

RGB 36 30 205 -
CMYK 0.82 0.85 0 0.20
HSL 242.06º 0.74% 0.46% -
HSV(B) 242.06º 0.85% 0.8% -
XYZ 12.21 5.71 58.22 -
YUV 51.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 36 30 205 0.82 0.85 0 0.20 242.06 0.74 0.46
Hex 24 1E CD 52 55 0 14 F2 4A 2E
Octal 44 36 315 122 125 0 24 362 112 56
Binary 100100 11110 11001101 1010010 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #241ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ECD

Black with #241ECD

Text Example


Text Example

White with #241ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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