Html Css Color HEX #241FAC Persian Blue

📋 copy color: '#241FAC'

red 36 ◦ green 31 ◦ blue 172

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

Shades of Persian Blue #241FAC

Tints of Persian Blue #241FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 15.06%
G = 12.97%
B = 71.97%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#241FAC (or 0x241FAC) is known color: Persian Blue. HEX triplet: 24, 1F and AC. RGB value is (36,31,172). Sum of RGB (Red+Green+Blue) = 36+31+172=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #241FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241FAC is #DBE053. Grayscale: #303030. Windows color (decimal): -14409812 or 11280164. OLE color: 11280164.

HSL color Cylindrical-coordinate representation of color #241FAC: hue angle of 242.13º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241FAC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 31 172 -
CMYK 0.79 0.82 0 0.33
HSL 242.13º 0.69% 0.4% -
HSV(B) 242.13º 0.82% 0.67% -
XYZ 8.66 4.33 39.41 -
YUV 48.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 36 31 172 0.79 0.82 0 0.33 242.13 0.69 0.4
Hex 24 1F AC 4F 52 0 21 F2 45 28
Octal 44 37 254 117 122 0 41 362 105 50
Binary 100100 11111 10101100 1001111 1010010 0 100001 11110010 1000101 101000

Color Harmonies of #241FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FAC

Black with #241FAC

Text Example


Text Example

White with #241FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,172); }

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

background-color css

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

 a { background-color: rgb(36,31,172); }

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

border-color css

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

 span { border-color: rgb(36,31,172); }

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