Html Css Color HEX #231257 Paua

📋 copy color: '#231257'

red 35 ◦ green 18 ◦ blue 87

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

Shades of Paua #231257

Tints of Paua #231257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 87 (34.38% from 255) = 62.14%

R = 25%
G = 12.86%
B = 62.14%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#231257 (or 0x231257) is known color: Paua. HEX triplet: 23, 12 and 57. RGB value is (35,18,87). Sum of RGB (Red+Green+Blue) = 35+18+87=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #231257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231257 is #DCEDA8. Grayscale: #1E1E1E. Windows color (decimal): -14478761 or 5706275. OLE color: 5706275.

HSL color Cylindrical-coordinate representation of color #231257: hue angle of 254.78º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231257 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 18 87 -
CMYK 0.60 0.79 0 0.66
HSL 254.78º 0.66% 0.21% -
HSV(B) 254.78º 0.79% 0.34% -
XYZ 2.63 1.48 9.16 -
YUV 30.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 35 18 87 0.60 0.79 0 0.66 254.78 0.66 0.21
Hex 23 12 57 3C 4F 0 42 FF 42 15
Octal 43 22 127 74 117 0 102 377 102 25
Binary 100011 10010 1010111 111100 1001111 0 1000010 11111111 1000010 10101

Color Harmonies of #231257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231257

Black with #231257

Text Example


Text Example

White with #231257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231257; }

 p { color: rgb(35,18,87); }

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

background-color css

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

 a { background-color: rgb(35,18,87); }

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

border-color css

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

 span { border-color: rgb(35,18,87); }

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