Html Css Color HEX #272ABA Persian Blue

📋 copy color: '#272ABA'

red 39 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #272ABA

Tints of Persian Blue #272ABA

RGB

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

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

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

R = 14.61%
G = 15.73%
B = 69.66%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#272ABA (or 0x272ABA) is known color: Persian Blue. HEX triplet: 27, 2A and BA. RGB value is (39,42,186). Sum of RGB (Red+Green+Blue) = 39+42+186=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #272ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ABA is #D8D545. Grayscale: #383838. Windows color (decimal): -14210374 or 12200487. OLE color: 12200487.

HSL color Cylindrical-coordinate representation of color #272ABA: 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 #272ABA is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 42 186 -
CMYK 0.79 0.77 0 0.27
HSL 238.78º 0.65% 0.44% -
HSV(B) 238.78º 0.79% 0.73% -
XYZ 10.53 5.63 46.99 -
YUV 57.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 39 42 186 0.79 0.77 0 0.27 238.78 0.65 0.44
Hex 27 2A BA 4F 4D 0 1B EF 41 2C
Octal 47 52 272 117 115 0 33 357 101 54
Binary 100111 101010 10111010 1001111 1001101 0 11011 11101111 1000001 101100

Color Harmonies of #272ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ABA

Black with #272ABA

Text Example


Text Example

White with #272ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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