Html Css Color HEX #1F1558 Paua

📋 copy color: '#1F1558'

red 31 ◦ green 21 ◦ blue 88

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

Shades of Paua #1F1558

Tints of Paua #1F1558

RGB

 RED value IS 31 (12.5% from 255) = 22.14%

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 22.14%
G = 15%
B = 62.86%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F1558 (or 0x1F1558) is known color: Paua. HEX triplet: 1F, 15 and 58. RGB value is (31,21,88). Sum of RGB (Red+Green+Blue) = 31+21+88=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1558 is #E0EAA7. Grayscale: #1F1F1F. Windows color (decimal): -14740136 or 5772575. OLE color: 5772575.

HSL color Cylindrical-coordinate representation of color #1F1558: hue angle of 248.96º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1558 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 21 88 -
CMYK 0.65 0.76 0 0.65
HSL 248.96º 0.61% 0.21% -
HSV(B) 248.96º 0.76% 0.35% -
XYZ 2.59 1.53 9.39 -
YUV 31.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 31 21 88 0.65 0.76 0 0.65 248.96 0.61 0.21
Hex 1F 15 58 41 4C 0 41 F9 3D 15
Octal 37 25 130 101 114 0 101 371 75 25
Binary 11111 10101 1011000 1000001 1001100 0 1000001 11111001 111101 10101

Color Harmonies of #1F1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1558

Black with #1F1558

Text Example


Text Example

White with #1F1558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1558; }

 p { color: rgb(31,21,88); }

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

background-color css

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

 a { background-color: rgb(31,21,88); }

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

border-color css

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

 span { border-color: rgb(31,21,88); }

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