Html Css Color HEX #230882 Persian Indigo

📋 copy color: '#230882'

red 35 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #230882

Tints of Persian Indigo #230882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 20.23%
G = 4.62%
B = 75.14%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#230882 (or 0x230882) is known color: Persian Indigo. HEX triplet: 23, 08 and 82. RGB value is (35,8,130). Sum of RGB (Red+Green+Blue) = 35+8+130=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #230882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230882 is #DCF77D. Grayscale: #1D1D1D. Windows color (decimal): -14481278 or 8521763. OLE color: 8521763.

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

Color convert

RGB 35 8 130 -
CMYK 0.73 0.94 0 0.49
HSL 253.28º 0.88% 0.27% -
HSV(B) 253.28º 0.94% 0.51% -
XYZ 4.81 2.14 21.28 -
YUV 29.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 35 8 130 0.73 0.94 0 0.49 253.28 0.88 0.27
Hex 23 8 82 49 5E 0 31 FD 58 1B
Octal 43 10 202 111 136 0 61 375 130 33
Binary 100011 1000 10000010 1001001 1011110 0 110001 11111101 1011000 11011

Color Harmonies of #230882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230882

Black with #230882

Text Example


Text Example

White with #230882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230882; }

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

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

background-color css

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

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

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

border-color css

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

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

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