Html Css Color HEX #30268C Persian Indigo

📋 copy color: '#30268C'

red 48 ◦ green 38 ◦ blue 140

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

Shades of Persian Indigo #30268C

Tints of Persian Indigo #30268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 21.24%
G = 16.81%
B = 61.95%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30268C (or 0x30268C) is known color: Persian Indigo. HEX triplet: 30, 26 and 8C. RGB value is (48,38,140). Sum of RGB (Red+Green+Blue) = 48+38+140=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #30268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30268C is #CFD973. Grayscale: #343434. Windows color (decimal): -13621620 or 9184816. OLE color: 9184816.

HSL color Cylindrical-coordinate representation of color #30268C: hue angle of 245.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30268C is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 38 140 -
CMYK 0.66 0.73 0 0.45
HSL 245.88º 0.57% 0.35% -
HSV(B) 245.88º 0.73% 0.55% -
XYZ 6.65 3.91 25.22 -
YUV 52.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 48 38 140 0.66 0.73 0 0.45 245.88 0.57 0.35
Hex 30 26 8C 42 49 0 2D F6 39 23
Octal 60 46 214 102 111 0 55 366 71 43
Binary 110000 100110 10001100 1000010 1001001 0 101101 11110110 111001 100011

Color Harmonies of #30268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30268C

Black with #30268C

Text Example


Text Example

White with #30268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30268C; }

 p { color: rgb(48,38,140); }

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

background-color css

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

 a { background-color: rgb(48,38,140); }

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

border-color css

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

 span { border-color: rgb(48,38,140); }

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