Html Css Color HEX #241BC4 Persian Blue

📋 copy color: '#241BC4'

red 36 ◦ green 27 ◦ blue 196

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

Shades of Persian Blue #241BC4

Tints of Persian Blue #241BC4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.42%

 BLUE value IS 196 (76.95% from 255) = 75.68%

R = 13.9%
G = 10.42%
B = 75.68%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#241BC4 (or 0x241BC4) is known color: Persian Blue. HEX triplet: 24, 1B and C4. RGB value is (36,27,196). Sum of RGB (Red+Green+Blue) = 36+27+196=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 196 (76.95% from 255 or 75.68% from 259); Max value from RGB is 196 - color contains mainly: blue. Hex color #241BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BC4 is #DBE43B. Grayscale: #303030. Windows color (decimal): -14410812 or 12852004. OLE color: 12852004.

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

Color convert

RGB 36 27 196 -
CMYK 0.82 0.86 0 0.23
HSL 243.2º 0.76% 0.44% -
HSV(B) 243.2º 0.86% 0.77% -
XYZ 11.08 5.14 52.63 -
YUV 48.96 210.98 118.76 -
System Red Green Blue C M Y K H S L
Decimal 36 27 196 0.82 0.86 0 0.23 243.2 0.76 0.44
Hex 24 1B C4 52 56 0 17 F3 4C 2C
Octal 44 33 304 122 126 0 27 363 114 54
Binary 100100 11011 11000100 1010010 1010110 0 10111 11110011 1001100 101100

Color Harmonies of #241BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BC4

Black with #241BC4

Text Example


Text Example

White with #241BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,196); }

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

background-color css

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

 a { background-color: rgb(36,27,196); }

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

border-color css

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

 span { border-color: rgb(36,27,196); }

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