Html Css Color HEX #230282 Persian Indigo

📋 copy color: '#230282'

red 35 ◦ green 2 ◦ blue 130

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

Shades of Persian Indigo #230282

Tints of Persian Indigo #230282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 20.96%
G = 1.2%
B = 77.84%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#230282 (or 0x230282) is known color: Persian Indigo. HEX triplet: 23, 02 and 82. RGB value is (35,2,130). Sum of RGB (Red+Green+Blue) = 35+2+130=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #230282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230282 is #DCFD7D. Grayscale: #191919. Windows color (decimal): -14482814 or 8520227. OLE color: 8520227.

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

Color convert

RGB 35 2 130 -
CMYK 0.73 0.98 0 0.49
HSL 255.47º 0.97% 0.26% -
HSV(B) 255.47º 0.98% 0.51% -
XYZ 4.74 2.01 21.26 -
YUV 26.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 35 2 130 0.73 0.98 0 0.49 255.47 0.97 0.26
Hex 23 2 82 49 62 0 31 FF 61 1A
Octal 43 2 202 111 142 0 61 377 141 32
Binary 100011 10 10000010 1001001 1100010 0 110001 11111111 1100001 11010

Color Harmonies of #230282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230282

Black with #230282

Text Example


Text Example

White with #230282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230282; }

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

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

background-color css

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

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

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

border-color css

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

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

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