Html Css Color HEX #301461 Christalle

📋 copy color: '#301461'

red 48 ◦ green 20 ◦ blue 97

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

Shades of Christalle #301461

Tints of Christalle #301461

RGB

 RED value IS 48 (19.14% from 255) = 29.09%

 GREEN value IS 20 (8.2% from 255) = 12.12%

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 29.09%
G = 12.12%
B = 58.79%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#301461 (or 0x301461) is known color: Christalle. HEX triplet: 30, 14 and 61. RGB value is (48,20,97). Sum of RGB (Red+Green+Blue) = 48+20+97=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #301461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301461 is #CFEB9E. Grayscale: #242424. Windows color (decimal): -13626271 or 6362160. OLE color: 6362160.

HSL color Cylindrical-coordinate representation of color #301461: hue angle of 261.82º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301461 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 20 97 -
CMYK 0.51 0.79 0 0.62
HSL 261.82º 0.66% 0.23% -
HSV(B) 261.82º 0.79% 0.38% -
XYZ 3.63 1.99 11.5 -
YUV 37.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 48 20 97 0.51 0.79 0 0.62 261.82 0.66 0.23
Hex 30 14 61 33 4F 0 3E 106 42 17
Octal 60 24 141 63 117 0 76 406 102 27
Binary 110000 10100 1100001 110011 1001111 0 111110 100000110 1000010 10111

Color Harmonies of #301461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301461

Black with #301461

Text Example


Text Example

White with #301461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301461; }

 p { color: rgb(48,20,97); }

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

background-color css

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

 a { background-color: rgb(48,20,97); }

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

border-color css

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

 span { border-color: rgb(48,20,97); }

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