Html Css Color HEX #30228D Persian Indigo

📋 copy color: '#30228D'

red 48 ◦ green 34 ◦ blue 141

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

Shades of Persian Indigo #30228D

Tints of Persian Indigo #30228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 21.52%
G = 15.25%
B = 63.23%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30228D (or 0x30228D) is known color: Persian Indigo. HEX triplet: 30, 22 and 8D. RGB value is (48,34,141). Sum of RGB (Red+Green+Blue) = 48+34+141=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #30228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30228D is #CFDD72. Grayscale: #313131. Windows color (decimal): -13622643 or 9249328. OLE color: 9249328.

HSL color Cylindrical-coordinate representation of color #30228D: hue angle of 247.85º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30228D is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 34 141 -
CMYK 0.66 0.76 0 0.45
HSL 247.85º 0.61% 0.34% -
HSV(B) 247.85º 0.76% 0.55% -
XYZ 6.6 3.7 25.56 -
YUV 50.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 48 34 141 0.66 0.76 0 0.45 247.85 0.61 0.34
Hex 30 22 8D 42 4C 0 2D F8 3D 22
Octal 60 42 215 102 114 0 55 370 75 42
Binary 110000 100010 10001101 1000010 1001100 0 101101 11111000 111101 100010

Color Harmonies of #30228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30228D

Black with #30228D

Text Example


Text Example

White with #30228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,34,141); }

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

background-color css

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

 a { background-color: rgb(48,34,141); }

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

border-color css

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

 span { border-color: rgb(48,34,141); }

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