Html Css Color HEX #1F29AC Persian Blue

📋 copy color: '#1F29AC'

red 31 ◦ green 41 ◦ blue 172

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

Shades of Persian Blue #1F29AC

Tints of Persian Blue #1F29AC

RGB

 RED value IS 31 (12.5% from 255) = 12.7%

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 12.7%
G = 16.8%
B = 70.49%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F29AC (or 0x1F29AC) is known color: Persian Blue. HEX triplet: 1F, 29 and AC. RGB value is (31,41,172). Sum of RGB (Red+Green+Blue) = 31+41+172=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F29AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AC is #E0D653. Grayscale: #343434. Windows color (decimal): -14734932 or 11282719. OLE color: 11282719.

HSL color Cylindrical-coordinate representation of color #1F29AC: hue angle of 235.74º 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 #1F29AC is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 41 172 -
CMYK 0.82 0.76 0 0.33
HSL 235.74º 0.69% 0.4% -
HSV(B) 235.74º 0.82% 0.67% -
XYZ 8.8 4.86 39.5 -
YUV 52.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 31 41 172 0.82 0.76 0 0.33 235.74 0.69 0.4
Hex 1F 29 AC 52 4C 0 21 EC 45 28
Octal 37 51 254 122 114 0 41 354 105 50
Binary 11111 101001 10101100 1010010 1001100 0 100001 11101100 1000101 101000

Color Harmonies of #1F29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F29AC

Black with #1F29AC

Text Example


Text Example

White with #1F29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F29AC; }

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

 H1.HeaderClassName
 {
   color: #1F29AC;
 }
 .AnyTagClassName
 {
   color: #1F29AC;
 }
</style>

background-color css

<style>
 a { background-color: #1F29AC; }

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

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

border-color css

<style>
 span { border-color: #1F29AC; }

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

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