Html Css Color HEX #1F0E59 Paua

📋 copy color: '#1F0E59'

red 31 ◦ green 14 ◦ blue 89

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

Shades of Paua #1F0E59

Tints of Paua #1F0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

 BLUE value IS 89 (35.16% from 255) = 66.42%

R = 23.13%
G = 10.45%
B = 66.42%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F0E59 (or 0x1F0E59) is known color: Paua. HEX triplet: 1F, 0E and 59. RGB value is (31,14,89). Sum of RGB (Red+Green+Blue) = 31+14+89=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0E59 is #E0F1A6. Grayscale: #1B1B1B. Windows color (decimal): -14741927 or 5836319. OLE color: 5836319.

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

Color convert

RGB 31 14 89 -
CMYK 0.65 0.84 0 0.65
HSL 253.6º 0.73% 0.2% -
HSV(B) 253.6º 0.84% 0.35% -
XYZ 2.53 1.33 9.57 -
YUV 27.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 31 14 89 0.65 0.84 0 0.65 253.6 0.73 0.2
Hex 1F E 59 41 54 0 41 FE 49 14
Octal 37 16 131 101 124 0 101 376 111 24
Binary 11111 1110 1011001 1000001 1010100 0 1000001 11111110 1001001 10100

Color Harmonies of #1F0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0E59

Black with #1F0E59

Text Example


Text Example

White with #1F0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,89); }

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

background-color css

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

 a { background-color: rgb(31,14,89); }

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

border-color css

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

 span { border-color: rgb(31,14,89); }

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