Html Css Color HEX #271EBA Persian Blue

📋 copy color: '#271EBA'

red 39 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #271EBA

Tints of Persian Blue #271EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 15.29%
G = 11.76%
B = 72.94%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#271EBA (or 0x271EBA) is known color: Persian Blue. HEX triplet: 27, 1E and BA. RGB value is (39,30,186). Sum of RGB (Red+Green+Blue) = 39+30+186=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #271EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EBA is #D8E145. Grayscale: #313131. Windows color (decimal): -14213446 or 12197415. OLE color: 12197415.

HSL color Cylindrical-coordinate representation of color #271EBA: hue angle of 243.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271EBA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 30 186 -
CMYK 0.79 0.84 0 0.27
HSL 243.46º 0.72% 0.42% -
HSV(B) 243.46º 0.84% 0.73% -
XYZ 10.16 4.91 46.87 -
YUV 50.48 204.48 119.82 -
System Red Green Blue C M Y K H S L
Decimal 39 30 186 0.79 0.84 0 0.27 243.46 0.72 0.42
Hex 27 1E BA 4F 54 0 1B F3 48 2A
Octal 47 36 272 117 124 0 33 363 110 52
Binary 100111 11110 10111010 1001111 1010100 0 11011 11110011 1001000 101010

Color Harmonies of #271EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EBA

Black with #271EBA

Text Example


Text Example

White with #271EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,186); }

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

background-color css

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

 a { background-color: rgb(39,30,186); }

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

border-color css

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

 span { border-color: rgb(39,30,186); }

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