Html Css Color HEX #271297 Ultramarine

📋 copy color: '#271297'

red 39 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #271297

Tints of Ultramarine #271297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 151 (59.38% from 255) = 72.6%

R = 18.75%
G = 8.65%
B = 72.6%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#271297 (or 0x271297) is known color: Ultramarine. HEX triplet: 27, 12 and 97. RGB value is (39,18,151). Sum of RGB (Red+Green+Blue) = 39+18+151=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #271297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271297 is #D8ED68. Grayscale: #262626. Windows color (decimal): -14216553 or 9900583. OLE color: 9900583.

HSL color Cylindrical-coordinate representation of color #271297: hue angle of 249.47º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271297 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 18 151 -
CMYK 0.74 0.88 0 0.41
HSL 249.47º 0.79% 0.33% -
HSV(B) 249.47º 0.88% 0.59% -
XYZ 6.64 3.1 29.53 -
YUV 39.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 39 18 151 0.74 0.88 0 0.41 249.47 0.79 0.33
Hex 27 12 97 4A 58 0 29 F9 4F 21
Octal 47 22 227 112 130 0 51 371 117 41
Binary 100111 10010 10010111 1001010 1011000 0 101001 11111001 1001111 100001

Color Harmonies of #271297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271297

Black with #271297

Text Example


Text Example

White with #271297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271297; }

 p { color: rgb(39,18,151); }

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

background-color css

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

 a { background-color: rgb(39,18,151); }

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

border-color css

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

 span { border-color: rgb(39,18,151); }

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