Html Css Color HEX #271BCB Persian Blue

📋 copy color: '#271BCB'

red 39 ◦ green 27 ◦ blue 203

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

Shades of Persian Blue #271BCB

Tints of Persian Blue #271BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

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

R = 14.5%
G = 10.04%
B = 75.46%

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

#271BCB (or 0x271BCB) is known color: Persian Blue. HEX triplet: 27, 1B and CB. RGB value is (39,27,203). Sum of RGB (Red+Green+Blue) = 39+27+203=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #271BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BCB is #D8E434. Grayscale: #313131. Windows color (decimal): -14214197 or 13310759. OLE color: 13310759.

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

Color convert

RGB 39 27 203 -
CMYK 0.81 0.87 0 0.20
HSL 244.09º 0.77% 0.45% -
HSV(B) 244.09º 0.87% 0.8% -
XYZ 12.01 5.53 56.93 -
YUV 50.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 39 27 203 0.81 0.87 0 0.20 244.09 0.77 0.45
Hex 27 1B CB 51 57 0 14 F4 4D 2D
Octal 47 33 313 121 127 0 24 364 115 55
Binary 100111 11011 11001011 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #271BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BCB

Black with #271BCB

Text Example


Text Example

White with #271BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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