Html Css Color HEX #301085 Persian Indigo

📋 copy color: '#301085'

red 48 ◦ green 16 ◦ blue 133

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

Shades of Persian Indigo #301085

Tints of Persian Indigo #301085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 133 (52.34% from 255) = 67.51%

R = 24.37%
G = 8.12%
B = 67.51%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#301085 (or 0x301085) is known color: Persian Indigo. HEX triplet: 30, 10 and 85. RGB value is (48,16,133). Sum of RGB (Red+Green+Blue) = 48+16+133=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #301085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301085 is #CFEF7A. Grayscale: #262626. Windows color (decimal): -13627259 or 8720432. OLE color: 8720432.

HSL color Cylindrical-coordinate representation of color #301085: hue angle of 256.41º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301085 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 16 133 -
CMYK 0.64 0.88 0 0.48
HSL 256.41º 0.79% 0.29% -
HSV(B) 256.41º 0.88% 0.52% -
XYZ 5.64 2.69 22.41 -
YUV 38.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 48 16 133 0.64 0.88 0 0.48 256.41 0.79 0.29
Hex 30 10 85 40 58 0 30 100 4F 1D
Octal 60 20 205 100 130 0 60 400 117 35
Binary 110000 10000 10000101 1000000 1011000 0 110000 100000000 1001111 11101

Color Harmonies of #301085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301085

Black with #301085

Text Example


Text Example

White with #301085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301085; }

 p { color: rgb(48,16,133); }

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

background-color css

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

 a { background-color: rgb(48,16,133); }

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

border-color css

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

 span { border-color: rgb(48,16,133); }

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