Html Css Color HEX #271DAC Persian Blue

📋 copy color: '#271DAC'

red 39 ◦ green 29 ◦ blue 172

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

Shades of Persian Blue #271DAC

Tints of Persian Blue #271DAC

RGB

 RED value IS 39 (15.63% from 255) = 16.25%

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 16.25%
G = 12.08%
B = 71.67%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#271DAC (or 0x271DAC) is known color: Persian Blue. HEX triplet: 27, 1D and AC. RGB value is (39,29,172). Sum of RGB (Red+Green+Blue) = 39+29+172=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #271DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271DAC is #D8E253. Grayscale: #2F2F2F. Windows color (decimal): -14213716 or 11279655. OLE color: 11279655.

HSL color Cylindrical-coordinate representation of color #271DAC: hue angle of 244.2º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271DAC is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 29 172 -
CMYK 0.77 0.83 0 0.33
HSL 244.2º 0.71% 0.39% -
HSV(B) 244.2º 0.83% 0.67% -
XYZ 8.72 4.29 39.4 -
YUV 48.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 39 29 172 0.77 0.83 0 0.33 244.2 0.71 0.39
Hex 27 1D AC 4D 53 0 21 F4 47 27
Octal 47 35 254 115 123 0 41 364 107 47
Binary 100111 11101 10101100 1001101 1010011 0 100001 11110100 1000111 100111

Color Harmonies of #271DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271DAC

Black with #271DAC

Text Example


Text Example

White with #271DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271DAC; }

 p { color: rgb(39,29,172); }

 H1.HeaderClassName
 {
   color: #271DAC;
 }
 .AnyTagClassName
 {
   color: #271DAC;
 }
</style>

background-color css

<style>
 a { background-color: #271DAC; }

 a { background-color: rgb(39,29,172); }

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

border-color css

<style>
 span { border-color: #271DAC; }

 span { border-color: rgb(39,29,172); }

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