Html Css Color HEX #230285 Persian Indigo

📋 copy color: '#230285'

red 35 ◦ green 2 ◦ blue 133

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

Shades of Persian Indigo #230285

Tints of Persian Indigo #230285

RGB

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

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

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

R = 20.59%
G = 1.18%
B = 78.24%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230285 (or 0x230285) is known color: Persian Indigo. HEX triplet: 23, 02 and 85. RGB value is (35,2,133). Sum of RGB (Red+Green+Blue) = 35+2+133=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #230285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230285 is #DCFD7A. Grayscale: #1A1A1A. Windows color (decimal): -14482811 or 8716835. OLE color: 8716835.

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

Color convert

RGB 35 2 133 -
CMYK 0.74 0.98 0 0.48
HSL 255.11º 0.97% 0.26% -
HSV(B) 255.11º 0.98% 0.52% -
XYZ 4.95 2.09 22.33 -
YUV 26.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 35 2 133 0.74 0.98 0 0.48 255.11 0.97 0.26
Hex 23 2 85 4A 62 0 30 FF 61 1A
Octal 43 2 205 112 142 0 60 377 141 32
Binary 100011 10 10000101 1001010 1100010 0 110000 11111111 1100001 11010

Color Harmonies of #230285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230285

Black with #230285

Text Example


Text Example

White with #230285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230285; }

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

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

background-color css

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

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

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

border-color css

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

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

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