Html Css Color HEX #241ABC Persian Blue

📋 copy color: '#241ABC'

red 36 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #241ABC

Tints of Persian Blue #241ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 14.4%
G = 10.4%
B = 75.2%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#241ABC (or 0x241ABC) is known color: Persian Blue. HEX triplet: 24, 1A and BC. RGB value is (36,26,188). Sum of RGB (Red+Green+Blue) = 36+26+188=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #241ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ABC is #DBE543. Grayscale: #2E2E2E. Windows color (decimal): -14411076 or 12327460. OLE color: 12327460.

HSL color Cylindrical-coordinate representation of color #241ABC: hue angle of 243.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241ABC is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 26 188 -
CMYK 0.81 0.86 0 0.26
HSL 243.7º 0.76% 0.42% -
HSV(B) 243.7º 0.86% 0.74% -
XYZ 10.17 4.74 47.96 -
YUV 47.46 207.31 119.83 -
System Red Green Blue C M Y K H S L
Decimal 36 26 188 0.81 0.86 0 0.26 243.7 0.76 0.42
Hex 24 1A BC 51 56 0 1A F4 4C 2A
Octal 44 32 274 121 126 0 32 364 114 52
Binary 100100 11010 10111100 1010001 1010110 0 11010 11110100 1001100 101010

Color Harmonies of #241ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ABC

Black with #241ABC

Text Example


Text Example

White with #241ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,26,188); }

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

background-color css

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

 a { background-color: rgb(36,26,188); }

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

border-color css

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

 span { border-color: rgb(36,26,188); }

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