Html Css Color HEX #241FAA Persian Blue

📋 copy color: '#241FAA'

red 36 ◦ green 31 ◦ blue 170

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

Shades of Persian Blue #241FAA

Tints of Persian Blue #241FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.73%

R = 15.19%
G = 13.08%
B = 71.73%

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

#241FAA (or 0x241FAA) is known color: Persian Blue. HEX triplet: 24, 1F and AA. RGB value is (36,31,170). Sum of RGB (Red+Green+Blue) = 36+31+170=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #241FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241FAA is #DBE055. Grayscale: #2F2F2F. Windows color (decimal): -14409814 or 11149092. OLE color: 11149092.

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

Color convert

RGB 36 31 170 -
CMYK 0.79 0.82 0 0.33
HSL 242.16º 0.69% 0.39% -
HSV(B) 242.16º 0.82% 0.67% -
XYZ 8.47 4.26 38.41 -
YUV 48.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 36 31 170 0.79 0.82 0 0.33 242.16 0.69 0.39
Hex 24 1F AA 4F 52 0 21 F2 45 27
Octal 44 37 252 117 122 0 41 362 105 47
Binary 100100 11111 10101010 1001111 1010010 0 100001 11110010 1000101 100111

Color Harmonies of #241FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FAA

Black with #241FAA

Text Example


Text Example

White with #241FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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