Html Css Color HEX #230582 Persian Indigo

📋 copy color: '#230582'

red 35 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #230582

Tints of Persian Indigo #230582

RGB

 RED value IS 35 (14.06% from 255) = 20.59%

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 20.59%
G = 2.94%
B = 76.47%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#230582 (or 0x230582) is known color: Persian Indigo. HEX triplet: 23, 05 and 82. RGB value is (35,5,130). Sum of RGB (Red+Green+Blue) = 35+5+130=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 130 (51.17% from 255 or 76.47% from 170); Max value from RGB is 130 - color contains mainly: blue. Hex color #230582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230582 is #DCFA7D. Grayscale: #1B1B1B. Windows color (decimal): -14482046 or 8520995. OLE color: 8520995.

HSL color Cylindrical-coordinate representation of color #230582: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230582 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 5 130 -
CMYK 0.73 0.96 0 0.49
HSL 254.4º 0.93% 0.26% -
HSV(B) 254.4º 0.96% 0.51% -
XYZ 4.78 2.08 21.27 -
YUV 28.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 35 5 130 0.73 0.96 0 0.49 254.4 0.93 0.26
Hex 23 5 82 49 60 0 31 FE 5D 1A
Octal 43 5 202 111 140 0 61 376 135 32
Binary 100011 101 10000010 1001001 1100000 0 110001 11111110 1011101 11010

Color Harmonies of #230582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230582

Black with #230582

Text Example


Text Example

White with #230582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230582; }

 p { color: rgb(35,5,130); }

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

background-color css

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

 a { background-color: rgb(35,5,130); }

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

border-color css

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

 span { border-color: rgb(35,5,130); }

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