Html Css Color HEX #270491 Ultramarine

📋 copy color: '#270491'

red 39 ◦ green 4 ◦ blue 145

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

Shades of Ultramarine #270491

Tints of Ultramarine #270491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 20.74%
G = 2.13%
B = 77.13%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270491 (or 0x270491) is known color: Ultramarine. HEX triplet: 27, 04 and 91. RGB value is (39,4,145). Sum of RGB (Red+Green+Blue) = 39+4+145=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #270491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270491 is #D8FB6E. Grayscale: #1E1E1E. Windows color (decimal): -14220143 or 9503783. OLE color: 9503783.

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

Color convert

RGB 39 4 145 -
CMYK 0.73 0.97 0 0.43
HSL 254.89º 0.95% 0.29% -
HSV(B) 254.89º 0.97% 0.57% -
XYZ 5.99 2.56 26.97 -
YUV 30.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 39 4 145 0.73 0.97 0 0.43 254.89 0.95 0.29
Hex 27 4 91 49 61 0 2B FF 5F 1D
Octal 47 4 221 111 141 0 53 377 137 35
Binary 100111 100 10010001 1001001 1100001 0 101011 11111111 1011111 11101

Color Harmonies of #270491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270491

Black with #270491

Text Example


Text Example

White with #270491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270491; }

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

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

background-color css

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

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

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

border-color css

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

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

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