Html Css Color HEX #2C1F95 Ultramarine

📋 copy color: '#2C1F95'

red 44 ◦ green 31 ◦ blue 149

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

Shades of Ultramarine #2C1F95

Tints of Ultramarine #2C1F95

RGB

 RED value IS 44 (17.58% from 255) = 19.64%

 GREEN value IS 31 (12.5% from 255) = 13.84%

 BLUE value IS 149 (58.59% from 255) = 66.52%

R = 19.64%
G = 13.84%
B = 66.52%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C1F95 (or 0x2C1F95) is known color: Ultramarine. HEX triplet: 2C, 1F and 95. RGB value is (44,31,149). Sum of RGB (Red+Green+Blue) = 44+31+149=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C1F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1F95 is #D3E06A. Grayscale: #2F2F2F. Windows color (decimal): -13885547 or 9772844. OLE color: 9772844.

HSL color Cylindrical-coordinate representation of color #2C1F95: hue angle of 246.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C1F95 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 31 149 -
CMYK 0.70 0.79 0 0.42
HSL 246.61º 0.66% 0.35% -
HSV(B) 246.61º 0.79% 0.58% -
XYZ 6.95 3.69 28.78 -
YUV 48.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 44 31 149 0.70 0.79 0 0.42 246.61 0.66 0.35
Hex 2C 1F 95 46 4F 0 2A F7 42 23
Octal 54 37 225 106 117 0 52 367 102 43
Binary 101100 11111 10010101 1000110 1001111 0 101010 11110111 1000010 100011

Color Harmonies of #2C1F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1F95

Black with #2C1F95

Text Example


Text Example

White with #2C1F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C1F95; }

 p { color: rgb(44,31,149); }

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

background-color css

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

 a { background-color: rgb(44,31,149); }

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

border-color css

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

 span { border-color: rgb(44,31,149); }

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