Html Css Color HEX #231559 Paua

📋 copy color: '#231559'

red 35 ◦ green 21 ◦ blue 89

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

Shades of Paua #231559

Tints of Paua #231559

RGB

 RED value IS 35 (14.06% from 255) = 24.14%

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

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

R = 24.14%
G = 14.48%
B = 61.38%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231559 (or 0x231559) is known color: Paua. HEX triplet: 23, 15 and 59. RGB value is (35,21,89). Sum of RGB (Red+Green+Blue) = 35+21+89=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #231559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231559 is #DCEAA6. Grayscale: #202020. Windows color (decimal): -14477991 or 5838115. OLE color: 5838115.

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

Color convert

RGB 35 21 89 -
CMYK 0.61 0.76 0 0.65
HSL 252.35º 0.62% 0.22% -
HSV(B) 252.35º 0.76% 0.35% -
XYZ 2.76 1.61 9.62 -
YUV 32.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 35 21 89 0.61 0.76 0 0.65 252.35 0.62 0.22
Hex 23 15 59 3D 4C 0 41 FC 3E 16
Octal 43 25 131 75 114 0 101 374 76 26
Binary 100011 10101 1011001 111101 1001100 0 1000001 11111100 111110 10110

Color Harmonies of #231559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231559

Black with #231559

Text Example


Text Example

White with #231559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231559; }

 p { color: rgb(35,21,89); }

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

background-color css

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

 a { background-color: rgb(35,21,89); }

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

border-color css

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

 span { border-color: rgb(35,21,89); }

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