Html Css Color HEX #301282 Persian Indigo

📋 copy color: '#301282'

red 48 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #301282

Tints of Persian Indigo #301282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.33%

R = 24.49%
G = 9.18%
B = 66.33%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#301282 (or 0x301282) is known color: Persian Indigo. HEX triplet: 30, 12 and 82. RGB value is (48,18,130). Sum of RGB (Red+Green+Blue) = 48+18+130=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #301282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301282 is #CFED7D. Grayscale: #272727. Windows color (decimal): -13626750 or 8524336. OLE color: 8524336.

HSL color Cylindrical-coordinate representation of color #301282: hue angle of 256.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301282 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 18 130 -
CMYK 0.63 0.86 0 0.49
HSL 256.07º 0.76% 0.29% -
HSV(B) 256.07º 0.86% 0.51% -
XYZ 5.46 2.67 21.35 -
YUV 39.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 48 18 130 0.63 0.86 0 0.49 256.07 0.76 0.29
Hex 30 12 82 3F 56 0 31 100 4C 1D
Octal 60 22 202 77 126 0 61 400 114 35
Binary 110000 10010 10000010 111111 1010110 0 110001 100000000 1001100 11101

Color Harmonies of #301282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301282

Black with #301282

Text Example


Text Example

White with #301282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301282; }

 p { color: rgb(48,18,130); }

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

background-color css

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

 a { background-color: rgb(48,18,130); }

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

border-color css

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

 span { border-color: rgb(48,18,130); }

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