Html Css Color HEX #23135A Paua

📋 copy color: '#23135A'

red 35 ◦ green 19 ◦ blue 90

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

Shades of Paua #23135A

Tints of Paua #23135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 24.31%
G = 13.19%
B = 62.5%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23135A (or 0x23135A) is known color: Paua. HEX triplet: 23, 13 and 5A. RGB value is (35,19,90). Sum of RGB (Red+Green+Blue) = 35+19+90=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #23135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135A is #DCECA5. Grayscale: #1F1F1F. Windows color (decimal): -14478502 or 5903139. OLE color: 5903139.

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

Color convert

RGB 35 19 90 -
CMYK 0.61 0.79 0 0.65
HSL 253.52º 0.65% 0.21% -
HSV(B) 253.52º 0.79% 0.35% -
XYZ 2.77 1.56 9.83 -
YUV 31.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 35 19 90 0.61 0.79 0 0.65 253.52 0.65 0.21
Hex 23 13 5A 3D 4F 0 41 FE 41 15
Octal 43 23 132 75 117 0 101 376 101 25
Binary 100011 10011 1011010 111101 1001111 0 1000001 11111110 1000001 10101

Color Harmonies of #23135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23135A

Black with #23135A

Text Example


Text Example

White with #23135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23135A; }

 p { color: rgb(35,19,90); }

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

background-color css

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

 a { background-color: rgb(35,19,90); }

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

border-color css

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

 span { border-color: rgb(35,19,90); }

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