Html Css Color HEX #241258 Paua

📋 copy color: '#241258'

red 36 ◦ green 18 ◦ blue 88

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

Shades of Paua #241258

Tints of Paua #241258

RGB

 RED value IS 36 (14.45% from 255) = 25.35%

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

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

R = 25.35%
G = 12.68%
B = 61.97%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#241258 (or 0x241258) is known color: Paua. HEX triplet: 24, 12 and 58. RGB value is (36,18,88). Sum of RGB (Red+Green+Blue) = 36+18+88=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #241258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241258 is #DBEDA7. Grayscale: #1F1F1F. Windows color (decimal): -14413224 or 5771812. OLE color: 5771812.

HSL color Cylindrical-coordinate representation of color #241258: hue angle of 255.43º 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 #241258 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 18 88 -
CMYK 0.59 0.80 0 0.65
HSL 255.43º 0.66% 0.21% -
HSV(B) 255.43º 0.8% 0.35% -
XYZ 2.71 1.51 9.38 -
YUV 31.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 36 18 88 0.59 0.80 0 0.65 255.43 0.66 0.21
Hex 24 12 58 3B 50 0 41 FF 42 15
Octal 44 22 130 73 120 0 101 377 102 25
Binary 100100 10010 1011000 111011 1010000 0 1000001 11111111 1000010 10101

Color Harmonies of #241258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241258

Black with #241258

Text Example


Text Example

White with #241258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241258; }

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

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

background-color css

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

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

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

border-color css

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

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

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