Html Css Color HEX #30238E Persian Indigo

📋 copy color: '#30238E'

red 48 ◦ green 35 ◦ blue 142

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

Shades of Persian Indigo #30238E

Tints of Persian Indigo #30238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 21.33%
G = 15.56%
B = 63.11%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30238E (or 0x30238E) is known color: Persian Indigo. HEX triplet: 30, 23 and 8E. RGB value is (48,35,142). Sum of RGB (Red+Green+Blue) = 48+35+142=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #30238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30238E is #CFDC71. Grayscale: #323232. Windows color (decimal): -13622386 or 9315120. OLE color: 9315120.

HSL color Cylindrical-coordinate representation of color #30238E: hue angle of 247.29º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30238E is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 35 142 -
CMYK 0.66 0.75 0 0.44
HSL 247.29º 0.6% 0.35% -
HSV(B) 247.29º 0.75% 0.56% -
XYZ 6.7 3.78 25.97 -
YUV 51.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 48 35 142 0.66 0.75 0 0.44 247.29 0.6 0.35
Hex 30 23 8E 42 4B 0 2C F7 3C 23
Octal 60 43 216 102 113 0 54 367 74 43
Binary 110000 100011 10001110 1000010 1001011 0 101100 11110111 111100 100011

Color Harmonies of #30238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30238E

Black with #30238E

Text Example


Text Example

White with #30238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30238E; }

 p { color: rgb(48,35,142); }

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

background-color css

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

 a { background-color: rgb(48,35,142); }

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

border-color css

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

 span { border-color: rgb(48,35,142); }

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