Html Css Color HEX #241FAD Persian Blue

📋 copy color: '#241FAD'

red 36 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #241FAD

Tints of Persian Blue #241FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 15%
G = 12.92%
B = 72.08%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#241FAD (or 0x241FAD) is known color: Persian Blue. HEX triplet: 24, 1F and AD. RGB value is (36,31,173). Sum of RGB (Red+Green+Blue) = 36+31+173=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #241FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241FAD is #DBE052. Grayscale: #303030. Windows color (decimal): -14409811 or 11345700. OLE color: 11345700.

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

Color convert

RGB 36 31 173 -
CMYK 0.79 0.82 0 0.32
HSL 242.11º 0.7% 0.4% -
HSV(B) 242.11º 0.82% 0.68% -
XYZ 8.76 4.37 39.92 -
YUV 48.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 36 31 173 0.79 0.82 0 0.32 242.11 0.7 0.4
Hex 24 1F AD 4F 52 0 20 F2 46 28
Octal 44 37 255 117 122 0 40 362 106 50
Binary 100100 11111 10101101 1001111 1010010 0 100000 11110010 1000110 101000

Color Harmonies of #241FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FAD

Black with #241FAD

Text Example


Text Example

White with #241FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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