Html Css Color HEX #271ACB Persian Blue

📋 copy color: '#271ACB'

red 39 ◦ green 26 ◦ blue 203

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

Shades of Persian Blue #271ACB

Tints of Persian Blue #271ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 14.55%
G = 9.7%
B = 75.75%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#271ACB (or 0x271ACB) is known color: Persian Blue. HEX triplet: 27, 1A and CB. RGB value is (39,26,203). Sum of RGB (Red+Green+Blue) = 39+26+203=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #271ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ACB is #D8E534. Grayscale: #313131. Windows color (decimal): -14214453 or 13310503. OLE color: 13310503.

HSL color Cylindrical-coordinate representation of color #271ACB: hue angle of 244.41º 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 #271ACB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 26 203 -
CMYK 0.81 0.87 0 0.20
HSL 244.41º 0.77% 0.45% -
HSV(B) 244.41º 0.87% 0.8% -
XYZ 11.99 5.48 56.93 -
YUV 50.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 39 26 203 0.81 0.87 0 0.20 244.41 0.77 0.45
Hex 27 1A CB 51 57 0 14 F4 4D 2D
Octal 47 32 313 121 127 0 24 364 115 55
Binary 100111 11010 11001011 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #271ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271ACB

Black with #271ACB

Text Example


Text Example

White with #271ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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