Html Css Color HEX #270191 Ultramarine

📋 copy color: '#270191'

red 39 ◦ green 1 ◦ blue 145

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

Shades of Ultramarine #270191

Tints of Ultramarine #270191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 145 (57.03% from 255) = 78.38%

R = 21.08%
G = 0.54%
B = 78.38%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270191 (or 0x270191) is known color: Ultramarine. HEX triplet: 27, 01 and 91. RGB value is (39,1,145). Sum of RGB (Red+Green+Blue) = 39+1+145=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #270191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270191 is #D8FE6E. Grayscale: #1C1C1C. Windows color (decimal): -14220911 or 9503015. OLE color: 9503015.

HSL color Cylindrical-coordinate representation of color #270191: hue angle of 255.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270191 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 1 145 -
CMYK 0.73 0.99 0 0.43
HSL 255.83º 0.99% 0.29% -
HSV(B) 255.83º 0.99% 0.57% -
XYZ 5.96 2.5 26.96 -
YUV 28.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 39 1 145 0.73 0.99 0 0.43 255.83 0.99 0.29
Hex 27 1 91 49 63 0 2B 100 63 1D
Octal 47 1 221 111 143 0 53 400 143 35
Binary 100111 1 10010001 1001001 1100011 0 101011 100000000 1100011 11101

Color Harmonies of #270191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270191

Black with #270191

Text Example


Text Example

White with #270191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270191; }

 p { color: rgb(39,1,145); }

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

background-color css

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

 a { background-color: rgb(39,1,145); }

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

border-color css

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

 span { border-color: rgb(39,1,145); }

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