Html Css Color HEX #271ACC Persian Blue

📋 copy color: '#271ACC'

red 39 ◦ green 26 ◦ blue 204

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

Shades of Persian Blue #271ACC

Tints of Persian Blue #271ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 14.5%
G = 9.67%
B = 75.84%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#271ACC (or 0x271ACC) is known color: Persian Blue. HEX triplet: 27, 1A and CC. RGB value is (39,26,204). Sum of RGB (Red+Green+Blue) = 39+26+204=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #271ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ACC is #D8E533. Grayscale: #313131. Windows color (decimal): -14214452 or 13376039. OLE color: 13376039.

HSL color Cylindrical-coordinate representation of color #271ACC: hue angle of 244.38º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271ACC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 26 204 -
CMYK 0.81 0.87 0 0.2
HSL 244.38º 0.77% 0.45% -
HSV(B) 244.38º 0.87% 0.8% -
XYZ 12.11 5.53 57.56 -
YUV 50.18 214.81 120.03 -
System Red Green Blue C M Y K H S L
Decimal 39 26 204 0.81 0.87 0 0.2 244.38 0.77 0.45
Hex 27 1A CC 51 57 0 14 F4 4D 2D
Octal 47 32 314 121 127 0 24 364 115 55
Binary 100111 11010 11001100 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #271ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271ACC

Black with #271ACC

Text Example


Text Example

White with #271ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,26,204); }

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

background-color css

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

 a { background-color: rgb(39,26,204); }

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

border-color css

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

 span { border-color: rgb(39,26,204); }

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