Html Css Color HEX #41827D Paradiso

📋 copy color: '#41827D'

red 65 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #41827D

Tints of Paradiso #41827D

RGB

 RED value IS 65 (25.78% from 255) = 20.31%

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 20.31%
G = 40.63%
B = 39.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#41827D (or 0x41827D) is known color: Paradiso. HEX triplet: 41, 82 and 7D. RGB value is (65,130,125). Sum of RGB (Red+Green+Blue) = 65+130+125=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #41827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41827D is #BE7D82. Grayscale: #6D6D6D. Windows color (decimal): -12483971 or 8225345. OLE color: 8225345.

HSL color Cylindrical-coordinate representation of color #41827D: hue angle of 175.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41827D is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 125 -
CMYK 0.50 0 0.04 0.49
HSL 175.38º 0.33% 0.38% -
HSV(B) 175.38º 0.5% 0.51% -
XYZ 13.86 18.57 22.26 -
YUV 110 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 65 130 125 0.50 0 0.04 0.49 175.38 0.33 0.38
Hex 41 82 7D 32 0 4 31 AF 21 26
Octal 101 202 175 62 0 4 61 257 41 46
Binary 1000001 10000010 1111101 110010 0 100 110001 10101111 100001 100110

Color Harmonies of #41827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41827D

Black with #41827D

Text Example


Text Example

White with #41827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41827D; }

 p { color: rgb(65,130,125); }

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

background-color css

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

 a { background-color: rgb(65,130,125); }

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

border-color css

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

 span { border-color: rgb(65,130,125); }

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