Html Css Color HEX #231258 Paua

📋 copy color: '#231258'

red 35 ◦ green 18 ◦ blue 88

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

Shades of Paua #231258

Tints of Paua #231258

RGB

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

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

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

R = 24.82%
G = 12.77%
B = 62.41%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231258 (or 0x231258) is known color: Paua. HEX triplet: 23, 12 and 58. RGB value is (35,18,88). Sum of RGB (Red+Green+Blue) = 35+18+88=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #231258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231258 is #DCEDA7. Grayscale: #1E1E1E. Windows color (decimal): -14478760 or 5771811. OLE color: 5771811.

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

Color convert

RGB 35 18 88 -
CMYK 0.60 0.80 0 0.65
HSL 254.57º 0.66% 0.21% -
HSV(B) 254.57º 0.8% 0.35% -
XYZ 2.67 1.49 9.38 -
YUV 31.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 35 18 88 0.60 0.80 0 0.65 254.57 0.66 0.21
Hex 23 12 58 3C 50 0 41 FF 42 15
Octal 43 22 130 74 120 0 101 377 102 25
Binary 100011 10010 1011000 111100 1010000 0 1000001 11111111 1000010 10101

Color Harmonies of #231258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231258

Black with #231258

Text Example


Text Example

White with #231258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231258; }

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

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

background-color css

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

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

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

border-color css

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

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

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