Html Css Color HEX #270490 Ultramarine

📋 copy color: '#270490'

red 39 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #270490

Tints of Ultramarine #270490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 77.01%

R = 20.86%
G = 2.14%
B = 77.01%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#270490 (or 0x270490) is known color: Ultramarine. HEX triplet: 27, 04 and 90. RGB value is (39,4,144). Sum of RGB (Red+Green+Blue) = 39+4+144=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #270490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270490 is #D8FB6F. Grayscale: #1D1D1D. Windows color (decimal): -14220144 or 9438247. OLE color: 9438247.

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

Color convert

RGB 39 4 144 -
CMYK 0.73 0.97 0 0.44
HSL 255º 0.95% 0.29% -
HSV(B) 255º 0.97% 0.56% -
XYZ 5.91 2.53 26.56 -
YUV 30.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 39 4 144 0.73 0.97 0 0.44 255 0.95 0.29
Hex 27 4 90 49 61 0 2C FF 5F 1D
Octal 47 4 220 111 141 0 54 377 137 35
Binary 100111 100 10010000 1001001 1100001 0 101100 11111111 1011111 11101

Color Harmonies of #270490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270490

Black with #270490

Text Example


Text Example

White with #270490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270490; }

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

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

background-color css

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

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

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

border-color css

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

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

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