Html Css Color HEX #241CCA Persian Blue

📋 copy color: '#241CCA'

red 36 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #241CCA

Tints of Persian Blue #241CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

 BLUE value IS 202 (79.3% from 255) = 75.94%

R = 13.53%
G = 10.53%
B = 75.94%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#241CCA (or 0x241CCA) is known color: Persian Blue. HEX triplet: 24, 1C and CA. RGB value is (36,28,202). Sum of RGB (Red+Green+Blue) = 36+28+202=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #241CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCA is #DBE335. Grayscale: #313131. Windows color (decimal): -14410550 or 13245476. OLE color: 13245476.

HSL color Cylindrical-coordinate representation of color #241CCA: hue angle of 242.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241CCA is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 28 202 -
CMYK 0.82 0.86 0 0.21
HSL 242.76º 0.76% 0.45% -
HSV(B) 242.76º 0.86% 0.79% -
XYZ 11.8 5.47 56.31 -
YUV 50.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 36 28 202 0.82 0.86 0 0.21 242.76 0.76 0.45
Hex 24 1C CA 52 56 0 15 F3 4C 2D
Octal 44 34 312 122 126 0 25 363 114 55
Binary 100100 11100 11001010 1010010 1010110 0 10101 11110011 1001100 101101

Color Harmonies of #241CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CCA

Black with #241CCA

Text Example


Text Example

White with #241CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,202); }

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

background-color css

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

 a { background-color: rgb(36,28,202); }

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

border-color css

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

 span { border-color: rgb(36,28,202); }

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