Html Css Color HEX #272ABB Persian Blue

📋 copy color: '#272ABB'

red 39 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #272ABB

Tints of Persian Blue #272ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

 BLUE value IS 187 (73.44% from 255) = 69.78%

R = 14.55%
G = 15.67%
B = 69.78%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#272ABB (or 0x272ABB) is known color: Persian Blue. HEX triplet: 27, 2A and BB. RGB value is (39,42,187). Sum of RGB (Red+Green+Blue) = 39+42+187=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #272ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ABB is #D8D544. Grayscale: #393939. Windows color (decimal): -14210373 or 12266023. OLE color: 12266023.

HSL color Cylindrical-coordinate representation of color #272ABB: hue angle of 238.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272ABB is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 42 187 -
CMYK 0.79 0.78 0 0.27
HSL 238.78º 0.65% 0.44% -
HSV(B) 238.78º 0.79% 0.73% -
XYZ 10.63 5.68 47.55 -
YUV 57.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 39 42 187 0.79 0.78 0 0.27 238.78 0.65 0.44
Hex 27 2A BB 4F 4E 0 1B EF 41 2C
Octal 47 52 273 117 116 0 33 357 101 54
Binary 100111 101010 10111011 1001111 1001110 0 11011 11101111 1000001 101100

Color Harmonies of #272ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ABB

Black with #272ABB

Text Example


Text Example

White with #272ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272ABB; }

 p { color: rgb(39,42,187); }

 H1.HeaderClassName
 {
   color: #272ABB;
 }
 .AnyTagClassName
 {
   color: #272ABB;
 }
</style>

background-color css

<style>
 a { background-color: #272ABB; }

 a { background-color: rgb(39,42,187); }

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

border-color css

<style>
 span { border-color: #272ABB; }

 span { border-color: rgb(39,42,187); }

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